Discuss this help topic in SecureBlackbox Forum

TElZipReader.IgnoreArchiveErrors

TElZipReader     See also     


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


Specifies if archive errors should be ignored by the reader.

Declaration

[C#]
    bool IgnoreArchiveErrors;

[VB.NET]
    Property IgnoreArchiveErrors As Boolean

[Pascal]
    property IgnoreArchiveErrors : boolean;

[C++]
    bool get_IgnoreArchiveErrors();
    void set_IgnoreArchiveErrors(bool Value);

[PHP]
    bool get_IgnoreArchiveErrors()
    void set_IgnoreArchiveErrors(bool $Value)

[Java]
    boolean getIgnoreArchiveErrors();
    void setIgnoreArchiveErrors(boolean Value);

Description

If this property is set to true, the reader tries to ignore the errors arising during reading of corrupted archives. The default value is true.

See also:     OnArchiveError     IgnorePasswordCheck    

Discuss this help topic in SecureBlackbox Forum