Smrf.NodeXL.GraphDataProviders.Twitter.TwitterAccessToken.GetAccessTokenFilePath C# (CSharp) Method

GetAccessTokenFilePath() public static method

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

            Environment.GetFolderPath(
                Environment.SpecialFolder.LocalApplicationData),

            @"MicrosoftResearch\NodeXLExcel2007Template"
            );

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