Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.RawAttributes

TElZipDosFileAttributes     See also     


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


Contains raw DOS attributes.

Declaration

[C#]
    byte RawAttributes;

[VB.NET]
    Property RawAttributes As Byte

[Pascal]
    property RawAttributes : byte;

[C++]
    uint8_t get_RawAttributes();
    void set_RawAttributes(uint8_t Value);

[PHP]
    integer get_RawAttributes()
    void set_RawAttributes(integer $Value)

[Java]
    byte getRawAttributes();
    void setRawAttributes(byte arg0);

Description

    Use this property to retrieve raw MSDOS attributes of the file or directory.

See also:     RawLastModDate     RawLastModTime    

Discuss this help topic in SecureBlackbox Forum