Getting Application Data and other Special Folders Paths


/ Published in: C#
Save to your folder(s)

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).


Copy this code and paste it in your HTML
  1. System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.