Get Temporary Directory
To get the path of the current user’s temporary folder, call the GetTempPath method in the System.IO namespace: string tempPath = System.IO.Path.GetTempPath(); On Windows Vista and 7, this method will return the following path: C:UsersUserNameAppDataLocalTemp Related posts:C# Copy Folder RecursivelyCheck Valid File Path in C#Microsoft Sets Windows 7 Pricing and Upgrades Related posts: C# Copy Folder Recursively Check Valid File Path in C# Microsoft Sets Windows 7 Pricing and Upgrades














