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