Vista Virtual “folder” Store
by admin on May.30, 2009, under Computers, Software
I was working on my Parallax kit this evening on my Vista box and found that if you didn’t run the editor as admin and then saved files from inside the program folder, the files don’t actually get saved where you thought it you saved them. Let me try to reword that, so when the BASIC Stamp Editor is not executed as the administrator and you create files, folders within the application by clicking, File/Save As they are stored in a virtual directory under your user profile. Not the actual location you think you’re saving to; even though the application shows differently. Make sense? You can access the files/folders within the program with no problem but if you try to browse to say, C:\Program Files\Ubercool\Application\myfile.txt in Windows Explorer it wouldn’t be there but would actually be located under your user profile. Its actually a pretty neat solution to deal with the security issues.
Anyways, you can find your files in the “Virtual Store” if you ever need to access them outside of the BASIC Stamp Editor, or any other program I guess.
%userprofile%\AppData\Local\VirtualStore\Program Files\Parallax Inc\Stamp Editor v2.4.2\
(adjust to your verson or installation folder)
The work around would just not use the Program Files folder as your save point… >.>