Click here to Skip to main content
15,911,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project i'm working on in Visual basic. It downloads files from the internet and creates and stores its configuration files in the app.path directory. It works fine on my machine (win xp), but when I took it to a friend's house today to test it on his Windows 7 machine, it installed and ran just fine, but when I went into the application directory, the main exe was there, but none of the configuration files or downloaded content was there. The program can't run without these files, so the program is obviously storing them somewhere. I did a search through his whole machine and couldn't find them anywhere. I made sure that hide system files was turned off, so that everything is visible. Still couldn't find them anywhere. Yet the program still works. Wtf?

So my question is, does anyone have any idea where the OS is moving these files to? I checked the application data folder and didn't find anything there. It's like the files just vanished. Any ideas?
Posted

Cld you enable the mode to show hidden files in Windows 7 as http://www.bleepingcomputer.com/tutorials/show-hidden-files-in-windows-7/[^]

Then execute your program. It will help.
 
Share this answer
 
Comments
Kevnar 6-Dec-11 14:00pm    
Already tried that, as stated above.
The files are moved to a folder called "Virtual Store". Not sure why they did this instead of just using the app.path directory, but there they were.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900