Smrf.NodeXL.GraphDataProviders.Twitter.TwitterAccessToken.GetAccessTokenFilePath C# (CSharp) 메소드

GetAccessTokenFilePath() 공개 정적인 메소드

public static GetAccessTokenFilePath ( ) : String
리턴 String
    GetAccessTokenFilePath()
    {
        String sFolder = Path.Combine(

            Environment.GetFolderPath(
                Environment.SpecialFolder.LocalApplicationData),

            @"MicrosoftResearch\NodeXLExcel2007Template"
            );

        return ( Path.Combine(sFolder, FileName) );
    }