Ionic Zip Library v1.9.1.6
IsZipFileWithExtract Method (filename)
ReferenceIonic.ZipComHelperIsZipFileWithExtract(String)
A wrapper for ZipFile.IsZipFile(string, bool)
Declaration Syntax
C#Visual BasicVisual C++
public bool IsZipFileWithExtract(
	string filename
)
Public Function IsZipFileWithExtract ( _
	filename As String _
) As Boolean
public:
bool IsZipFileWithExtract(
	String^ filename
)
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.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.6006 (1.9.1.6006)   view TOC