using System.IO;
...
String temporaryDirectoryPath = Path.GetTempPath();
DirectoryInfo temporaryDirectoryInfo = new DirectoryInfo(temporaryDirectoryPath);
Tuesday, October 13, 2009
How to get the system temporary directory
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment