Skip to content

Instantly share code, notes, and snippets.

@andyhuey
Created April 5, 2013 00:02
Show Gist options
  • Select an option

  • Save andyhuey/5315509 to your computer and use it in GitHub Desktop.

Select an option

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