Discuss this help topic in SecureBlackbox Forum

TElGzipReader.CheckArchive

TElGzipReader     See also     


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


Checks whether all data could be extracted from the archive.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function CheckArchive : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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:     Extract    

Discuss this help topic in SecureBlackbox Forum