Beispiel #1
0
 public static ZlpFileInfo GetTemp() => new ZlpFileInfo(ZlpPathHelper.GetTempFilePath());
Beispiel #2
0
 public static ZlpFileInfo GetTemp()
 {
     return(new ZlpFileInfo(ZlpPathHelper.GetTempFilePath()));
 }
Beispiel #3
0
 public static ZlpFileInfo GetTemp(string extension) => new ZlpFileInfo(ZlpPathHelper.GetTempFilePath(extension));