Skip to content

Instantly share code, notes, and snippets.

@andyhuey
Created April 5, 2013 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyhuey/5315509 to your computer and use it in GitHub Desktop.
Save andyhuey/5315509 to your computer and use it in GitHub Desktop.
private str getStartProjFileName()
{
str myDocsPath;
#WinAPI
myDocsPath = WinAPI::getFolderPath(#CSIDL_PERSONAL);
return myDocsPath + @"\axStartProjects.txt";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment