Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.DOSAttributes

TElZipUnixFileAttributes     See also     


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


Specifies DOS attributes of the file.

Declaration

[C#]
    byte DOSAttributes;

[VB.NET]
    Property DOSAttributes As Byte

[Pascal]
    property DOSAttributes : byte;

[C++]
    uint8_t get_DOSAttributes();
    void set_DOSAttributes(uint8_t Value);

[PHP]
    integer get_DOSAttributes()
    void set_DOSAttributes(integer $Value)

[Java]
    byte getDOSAttributes();
    void setDOSAttributes(byte arg0);

Description

    Use this property to get or set DOS attributes of the file.

See also:     TElZipDosFileAttributes    

Discuss this help topic in SecureBlackbox Forum