IsZipFile Method (fileName)
From DotNetZip
Ionic Zip Library v1.9.1.6
IsZipFile Method (fileName)
Checks the given file to see if it appears to be a valid zip file.
- fileName (String)
- The file to check.
true if the file appears to be a zip file.
Calling this method is equivalent to calling IsZipFile(String, Boolean) with the testExtract parameter set to false.