Do you mean the Documents folder of the current user no matter which user that is or do you mean that every user should be able to access the Documents folder of every other user?
In VB 2005 and later you can use My.Computer.FileSystem.SpecialDirectories. In all versions of VB.NET you can use Environment.GetFolderPath. Both options will get the current user's Documents folder as well as various other standard folder paths.
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.