/ 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
Copy this code and paste it in your HTML
System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData);