Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 answers
573 users
using System; using System.IO; namespace ConsoleApplication_C_Sharp { class Program { static void Main(string[] args) { string tempPath = Path.GetTempPath(); Console.WriteLine(tempPath); } } } /* run: C:\Users\user_name\AppData\Local\Temp\ */