Use the GetFolderPath method of the system.Environment class. It will return a path to a special folder that you specify using the system.Environment.SpecialFolder enumeration.
Code:
Dim mydocs as String = system.Environment.GetFolderPath(Environment.SpecialFolder.Personal)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.