Getting special folders in C#

Note to self – how to get the path to “My Documents” in c sharp.

Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)

Doesn’t have a trailing slash.

Getting special folders in C#

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.