Hi guys.
I need to save a file to and read a file from the My Documents folder of the current user.
How can I retrieve the filepath?
Frantic thanks,
Qu.
Printable View
Hi guys.
I need to save a file to and read a file from the My Documents folder of the current user.
How can I retrieve the filepath?
Frantic thanks,
Qu.
orCSharp Code:
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)CSharp Code:
Environment.GetFolderPath(Environment.SpecialFolder.Personal)
Thank you so much jmc. I swear I'd rate you, but the forums won't let me. I guess I rate you too often. ;)
I saw your post yesterday, and was able to fix my project at the last second, but didn't have enough time to reply before I had to leave. So: thanks again. I really mean it.