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