Discuss this help topic in SecureBlackbox Forum
Specifies DOS attributes of the file.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum