Discuss this help topic in SecureBlackbox Forum
Specifies group's write permission on the file.
Declaration
[C#/Java]
bool GroupWrite;
[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)
Description
Use this property to specify group's write permission on the file.
Discuss this help topic in SecureBlackbox Forum