示例#1
0
 public static string CreateTempDirectory()
 {
     return(DirectoryHelper.CreateTempDirectory(string.Empty));
 }