IsZipFile Method (filename)

DotNetZip

Ionic Zip Library v1.9.1.6 IsZipFile Method (filename)
ReferenceIonic.ZipComHelperIsZipFile(String)
Declaration Syntax
C# Visual Basic Visual C++
public bool IsZipFile(
	string filename
)
Public Function IsZipFile ( _
	filename As String _
) As Boolean
public:
bool IsZipFile(
	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.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)