Windows special folders enum
Ever want to find out from C# where some "special" folders are located so you can use them in your desktop application?
Here's how.
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)See Environment.SpecialFolder enumeration for more locations.