Return to Snippet

Revision: 10219
at December 12, 2008 13:42 by pckujawa


Initial Code
System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData);

Initial URL

                                

Initial Description
Thanks to Jon Koon for this one. Other special folders can be obtained through the System.Environment.SpecialFolder enumeration (such as the desktop, my computer, my docs, etc).

Initial Title
Getting Application Data and other Special Folders Paths

Initial Tags

                                

Initial Language
C#