I am making a program, where I need to get the PATH for the c:\**USEr**\My Documents
I need to find path, and make it be a string...
Any ideas ???
Thanks guys
By the way, I love this website, for a long time, but I like the old looks WAY WAY WAY WAY more conventional more practical, better.
I still like it though, but there should be a survey to see what we all think...
once again, thanks guys.
thiago costaPosted Aug 10, 2012, 11:52 PM
string MyDocuments = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);