ZipFile.TestArchive Method (Boolean)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.TestArchive Method (Boolean)

Test an archive for integrity/validity

public bool TestArchive(
   bool testData
);

Parameters

testData
Perform low level data Crc check

Return Value

true if all tests pass, false otherwise

Remarks

Testing will terminate on the first error found.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile.TestArchive Overload List