Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.HasText

TElGZipFileAttributes     


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


Specifies whether the archived file is a text file.

Declaration

[C#]
    bool HasText;

[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