Discuss this help topic in SecureBlackbox Forum
Contains raw Unix attributes.
Declaration
[VB.NET]
Property RawAttributes As UInt32
[Pascal]
property RawAttributes : cardinal;
[C++]
uint32_t get_RawAttributes();
void set_RawAttributes(uint32_t Value);
[PHP]
integer get_RawAttributes()
void set_RawAttributes(integer $Value)
[Java]
int getRawAttributes();
void setRawAttributes(int Value);
Description
Use this property to get or set raw Unix attributes of the file.
Discuss this help topic in SecureBlackbox Forum