File redirection from Program data to AppData\Local\VirtualStore\ProgramData
问题 I am using C# with .net 3.5 I am saving my program data in a file under: C:\Program Data\MyProgramName\fileName.xml After installing and running my application one time I uninstalled it (during uninstallation I'm removing all the files from "program data") and then I reinstall the application, and ran it. The strange thig is that my application started as if the files in program data existed - means, I had old data in my app even though the data file was deleted. When running: File.Exists("C: