When does CSIDL_LOCAL_APPDATA path not exist?
- by psychotik
On a few Windows Vista Home Premium systems, the following returns an empty string:
wstring appData = GetSpecialFolderLocation(CSIDL_LOCAL_APPDATA);
Any ideas what would make that
happen?
What's another equivalent
path I can use for storing app data
(currently user accessible only, not
requiring elevation)?