/ Published in: C#
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).
Expand |
Embed | Plain Text
System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData);
You need to login to post a comment.
