Discuss this help topic in SecureBlackbox Forum
Specifies whether the archived file is a text file.
Declaration
[VB.NET]
Property HasText As Boolean
[Pascal]
property HasText : boolean;
[C++]
bool get_HasText();
void set_HasText(bool Value);
[PHP]
bool get_HasText()
void set_HasText(bool $Value)
[Java]
boolean getHasText();
void setHasText(boolean Value);
Description
When this flag is set, the archived entry is probably an ASCII file.
This indicator is optional, and may, or may not be set by the compressor.
Discuss this help topic in SecureBlackbox Forum