Discuss this help topic in SecureBlackbox Forum
Specifies permissions of the file.
Declaration
[VB.NET]
Property Permissions As UInt32
[Pascal]
property Permissions : cardinal;
[C++]
uint32_t get_Permissions();
void set_Permissions(uint32_t Value);
[PHP]
integer get_Permissions()
void set_Permissions(integer $Value)
[Java]
int getPermissions();
void setPermissions(int Value);
Description
Use this property to get or set Unix permissions of the file.
Discuss this help topic in SecureBlackbox Forum