If I press the start button and search “shell:SavedGames” it brings me right to a folder that seems to exist to contain game saves. There are many other folders that seem to be a default location for some kinds of data that can be found with the shell: command. Is there a standard way to access these folders programmatically?
Share
Are you talking about the Special Folders?
Thanks to Cody’s comment for this other link:
Downloads folder: not special enough? and also PInvoke SHGetKnownFolderPath which has a list of Guids as well
You’d want to use PInvoke with the GUIDs from
MSDN – KNOWNFOLDERID
There is also a (semi old now) Library from Microsoft called Vista Bridge