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