http://qs1969.pair.com?node_id=1110769


in reply to Private temporal files on Windows

In Windows, apps write temporary and private data per user in the special application data folders

Check the Environment.SpecialFolder enumeration http://msdn.microsoft.com/en-us/library/system.environment.specialfolder%28v=vs.110%29.aspx

and look at the "LocalApplicationData" section which states that: The directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.