Directory

How to find the temporary directory in C#

In order to find the temporary folder in C# you have to use this code:

    System.IO.Path.GetTempPath();

Syndicate content