ZipFile.TestArchive Method

SharpZip Compression Library

SharpZip Compression Library

ZipFile.TestArchive Method 

Test an archive for integrity/validity

public bool TestArchive(
   bool testData
);

Parameters

testData
Perform low level data Crc check

Return Value

true iff the test passes, false otherwise

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace