Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum