ApplicationData is the directory that serves as a common repository for application-specific data for the current roaming user. It can be retrieved using
Console.WriteLine("ApplicationData := " + Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData));
What is the difference between a "roaming" and non-roaming user?
ReplyDeleteRoaming and Local profiles are to do with being on a Domain and having Roaming profiles. Settings within the Roaming profile will follow the user to any PC they log on to.
ReplyDeleteHow to set to temp folder in Application data
ReplyDeleteThanks for this tip!!!
ReplyDelete