1// the system's temp files/folder 2string tempPath = System.IO.Path.GetTempPath(); 3string tempFile = System.IO.Path.GetTempFileName(); 4 5
string tempPath = System.IO.Path.GetTempPath(); string tempFile = System.IO.Path.GetTempFileName();