CheckZip Method (filename)

DotNetZip

Ionic Zip Library v1.9.1.6 CheckZip Method (filename)
ReferenceIonic.ZipComHelperCheckZip(String)
Declaration Syntax
C# Visual Basic Visual C++
public bool CheckZip(
	string filename
)
Public Function CheckZip ( _
	filename As String _
) As Boolean
public:
bool CheckZip(
	String^ filename
)
Parameters
filename (String)
The filename to of the zip file to check.
Return Value
true if the named zip file checks OK. Otherwise, false.

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