Using Windows 7 Pro + VB6 w/SP3.
In my app, I save a file, apparently to C:\ProgramData\MyApp (this is where I want to save it.)
Then, in my app, I recall the file, from C:\ProgramData\MyApp. Guess what? I get the OLD file, not the file that I just tried to save.
The file that I thought I saved (to C:\ProgramData\MyApp) really got saved to C:\Users\MyName\AppData\Local\VirtualStore\ProgramData\MyApp
or to
C:\Users\MyName\AppData\Roaming\Microsoft\Windows\RecentData\MyApp.
What is going on? Why is the file not being saved where I want it, and where it is telling me (lying to me) it is being saved?
Need help badly. This is a commercial app.
Hal W
In my app, I save a file, apparently to C:\ProgramData\MyApp (this is where I want to save it.)
Then, in my app, I recall the file, from C:\ProgramData\MyApp. Guess what? I get the OLD file, not the file that I just tried to save.
The file that I thought I saved (to C:\ProgramData\MyApp) really got saved to C:\Users\MyName\AppData\Local\VirtualStore\ProgramData\MyApp
or to
C:\Users\MyName\AppData\Roaming\Microsoft\Windows\RecentData\MyApp.
What is going on? Why is the file not being saved where I want it, and where it is telling me (lying to me) it is being saved?
Need help badly. This is a commercial app.
Hal W