Discuss this help topic in SecureBlackbox Forum

TElZipReader.CheckArchive

TElZipReader     See also     


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


Check whether the whole archive could be extracted.

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 if extraction has failed.

Description

    Use this method to check if the archive could be extracted.

See also:     CheckEntry    

Discuss this help topic in SecureBlackbox Forum