To get temporary folder path you can use System.IO.Path.GetTempPath().
It will check the environment variables in the following order.
System.IO.Path.GetTempPath()
for more informations take a look at the msdn GetTempPath function
All the Code Snippets and Samples you need
To get temporary folder path you can use System.IO.Path.GetTempPath().
It will check the environment variables in the following order.
System.IO.Path.GetTempPath()
for more informations take a look at the msdn GetTempPath function
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to get the temporary folder path: http://t.co/rwHavH1MWl #csharp #vb #dotnet #programming