Discuss this help topic in SecureBlackbox Forum
Contains raw Unix attributes.
Declaration
[C#/Java]
uint RawAttributes;
[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)
Description
Use this property to get or set raw Unix attributes of the file.
Discuss this help topic in SecureBlackbox Forum