Discuss this help topic in SecureBlackbox Forum
Specifies others' read permission on the file.
Declaration
[VB.NET]
Property OtherRead As Boolean
[Pascal]
property OtherRead : boolean;
[C++]
bool get_OtherRead();
void set_OtherRead(bool Value);
[PHP]
bool get_OtherRead()
void set_OtherRead(bool $Value)
[Java]
boolean getOtherRead();
void setOtherRead(boolean Value);
Description
Use this property to specify others' read permission on the file.
Discuss this help topic in SecureBlackbox Forum