[SOLVED] [C++] File I/O - Where is this file saved?

Does the Virtual Store figure in here if writing to a virtualizable directory?

Common file and registry virtualization issues in Windows Vista or in Windows 7

Hmm? :confused2:


I have had quite a few long-time coders ask me where their output went after modifying legacy apps originally written for Windows 2000, XP where it was routine to write such output to Program Files.

As you know, Vista introduced the Virtual Store and it continues into Windows 7 & Windows 8.

I was just curious if the output was being written to a virtualizable directory and thus being redirected to the Virtual Store.
Code:
%localappdata%\VirtualStore
http://support.microsoft.com/kb/927387

John
 
Back
Top