Get temp path
using System; using System.IO; class Test { public static void Main() { Console.WriteLine(Path.GetTempPath()); } }