Discuss this help topic in SecureBlackbox Forum
Specifies if archive errors should be ignored by the reader.
Declaration
[C#/Java]
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)
Description
If this property is set to
True, the reader tries to ignore the errors that arise during reading of corrupted Zip files.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum