Feb 2, 20070
C# - Get Windows Temporary Directory
Once you know it you'll probably never forget it...but wait, this is the second time I've googled for this. I'd best post how you "get the Windows temporary directory using C#"!
C#:
-
string tempPath =
-
System.IO.Path.GetTempPath();