Discuss this help topic in SecureBlackbox Forum
Specifies group's read permission on the file.
Declaration
[VB.NET]
Property GroupRead As Boolean
[Pascal]
property GroupRead : boolean;
[C++]
bool get_GroupRead();
void set_GroupRead(bool Value);
[PHP]
bool get_GroupRead()
void set_GroupRead(bool $Value)
[Java]
boolean getGroupRead();
void setGroupRead(boolean Value);
Description
Use this property to specify group's read permission on the file.
Discuss this help topic in SecureBlackbox Forum