Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.HasName

TElGZipFileAttributes     See also     


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


Specifies whether file name is set.

Declaration

[C#]
    bool HasName;

[VB.NET]
    Property HasName As Boolean

[Pascal]
    property HasName : boolean;

[C++]
    bool get_HasName();
    void set_HasName(bool Value);

[PHP]
    bool get_HasName()
    void set_HasName(bool $Value)

[Java]
    boolean getHasName();
    void setHasName(boolean Value);

Description

When this flag is set, original filename is specified.

See also:     FileName    

Discuss this help topic in SecureBlackbox Forum