Discuss this help topic in SecureBlackbox Forum
Contains raw DOS attributes.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum