IsZipFileWithExtract Method (filename)

DotNetZip

Ionic Zip Library v1.9.1.6 IsZipFileWithExtract Method (filename)
ReferenceIonic.ZipComHelperIsZipFileWithExtract(String)
Declaration Syntax
C# Visual Basic Visual 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.8 (1.9.1.8)