obtain the users temporary directory

  • Thread starter Thread starter ngrTerry
  • Start date Start date
N

ngrTerry

My program requires that I need to locate the temporary directory of
the currently logged on user.
Please caould someone tell ne in VBNET2005 how this could be best
achieved.

Many thanks in advance for feedback.

Terry
 
My program requires that I need to locate the temporary directory of
the currently logged on user.
Please caould someone tell ne in VBNET2005 how this could be best
achieved.

Many thanks in advance for feedback.

Terry

found the answer to this
Dim m_TempPath As String = System.IO.Path.GetTempPath()
 

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

Back
Top