Discuss this help topic in SecureBlackbox Forum

TElZipReader.CheckArchive

TElZipReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks whether all data could be extracted from the archive.

Declaration

[C#]
    bool CheckArchive();

[VB.NET]
    Function CheckArchive() As Boolean

[Pascal]
    function CheckArchive: boolean;

[C++]
    bool CheckArchive();

[PHP]
    bool CheckArchive()

[Java]
    boolean checkArchive();

Return value

Returns True if all archive entries can be extracted without errors, and False otherwise.

Description

Use this method to check whether archive is not corrupted, and all data could be extracted.

See also:     CheckEntry    

Discuss this help topic in SecureBlackbox Forum