Feb 2, 2007
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();
No Comments, Comment or Ping
Reply to “C# - Get Windows Temporary Directory”