예제 #1
0
파일: path.cs 프로젝트: wwkkww1983/ZJCredit
 internal static string UnsafeGetTempFileName()
 {
     return(Path.InternalGetTempFileName(false));
 }
예제 #2
0
파일: path.cs 프로젝트: wwkkww1983/ZJCredit
 public static string GetTempFileName()
 {
     return(Path.InternalGetTempFileName(true));
 }