tempDirectory in web.config

  • Thread starter Thread starter Shahar
  • Start date Start date
S

Shahar

Hi

how can I get the value of the tempDirectory in code ?
i.e.
is there any method to get it (like Compilation.GetTempDir())

Thanx
 
Dim sTempPath 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