Exercises in .NET with Andras Nemes
It’s trivial to create a temporary file using the Path class in .NET. Let’s first see how to find the path to the current user’s temp folder:
In my case it returns C:Usersandras.nemesAppDataLocalTemp which is the same as the value of the TEMP environment variable at the user level on my PC.
View original post 47 more words