Save with user's documents

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

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
 
S Shulman said:
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)
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

User's Profile 2
Insert formatted text fro 'Rich Text Box' 5
Threads 2
Date/Time control 4
Main Menu is Invisible 10
Is a File being written 5
Terminating a thread 4
Reporting Tool 2

Back
Top