How can I find where Windows Vista is putting my application data files Everything works until I try to do a shell open and of course the file isn't really there. I've done:
SHGetSpecialFolderPath(NULL,path,CSIDL_APPDATA,false);
but that tells me where my data should be as opposed to where it is. Any thoughts or suggestions would be welcome.
Will

Virtual Store location in Vista
qrli
hello
Re: Virtual Store location in Vista
Take a look at this: http://www.awasu.com/downloads/2.2.5/alpha2/fileLayout/
I hope it give some hints but please note that such questions are outside the scope of this forum, for the scope of visual c++ general forum, please refer to:http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1
OTP
thanks
Rico