Ionic Zip Library v1.9.1.6
IsZipFile Method (filename)
ReferenceIonic.ZipComHelperIsZipFile(String)
A wrapper for ZipFile.IsZipFile(string)
Declaration Syntax
C#Visual BasicVisual 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.6006 (1.9.1.6006)   view TOC