Ionic Zip Library v1.9.1.6
IsZipFileWithExtract Method (filename)
A wrapper for ZipFile.IsZipFile(string, bool)
Declaration Syntax
Parameters
- filename (String)
- The filename to of the zip file to check.
Return Value
true if the file contains a valid zip file.
Remarks
We cannot use "overloaded" Method names in COM interop.
So, here, we use a unique name.