Discuss this help topic in SecureBlackbox Forum
Specifies the group write access right for a file.
Declaration
[VB.NET]
Property GroupWrite As Boolean
[Pascal]
property GroupWrite: boolean;
[C++]
bool get_GroupWrite();
void set_GroupWrite(bool Value);
[PHP]
bool get_GroupWrite()
void set_GroupWrite(bool $Value)
[Java]
boolean getGroupWrite();
void setGroupWrite(boolean Value);
Description
Use this property to get/set right to write to the file for group members.
Discuss this help topic in SecureBlackbox Forum