Home All Groups Group Topic Archive Search About

Save with user's documents

Author
1 Apr 2005 12:21 PM
S Shulman
Hi

for security reasons I want to save the temporary files that the program is
creating in the user's Documents folder. I think that there is an
abbreviation to write this path I just can't remember what is it
Thank you,
Shmuel Shulman

Author
1 Apr 2005 12:43 PM
Herfried K. Wagner [MVP]
"S Shulman" <smshul***@hotmail.com> schrieb:
> for security reasons I want to save the temporary files that the program
> is creating in the user's Documents folder. I think that there is an
> abbreviation to write this path I just can't remember what is it

\\\
Dim Path As String = _
    Environment.GetFolderPath(Environment.SpecialFolder.Personal)
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>