Esempio n. 1
0
 public bool IsZipFile(string filename)
 {
     return(ZipFile.IsZipFile(filename));
 }
Esempio n. 2
0
 public bool IsZipFileWithExtract(string filename)
 {
     return(ZipFile.IsZipFile(filename, true));
 }