Discuss this help topic in SecureBlackbox Forum
Specifies others' execute permission on the file.
Declaration
[VB.NET]
Property OtherExecute As Boolean
[Pascal]
property OtherExecute : boolean;
[C++]
bool get_OtherExecute();
void set_OtherExecute(bool Value);
[PHP]
bool get_OtherExecute()
void set_OtherExecute(bool $Value)
[Java]
boolean getOtherExecute();
void setOtherExecute(boolean Value);
Description
Use this property to specify others' execute permission on the file.
Discuss this help topic in SecureBlackbox Forum