Discuss this help topic in SecureBlackbox Forum
Specifies the file mode.
Declaration
[VB.NET]
Property Mode As UInt32
[Pascal]
property Mode : UInt32;
[C++]
uint32_t get_Mode();
void set_Mode(uint32_t Value);
[PHP]
integer get_Mode()
void set_Mode(integer $Value)
[Java]
int getMode();
void setMode(int Value);
Description
This property contains the value of the file mode attribute.
Discuss this help topic in SecureBlackbox Forum