Discuss this help topic in SecureBlackbox Forum
Specifies owner's execute permission on the file.
Declaration
[VB.NET]
Property OwnerExecute As Boolean
[Pascal]
property OwnerExecute : boolean;
[C++]
bool get_OwnerExecute();
void set_OwnerExecute(bool Value);
[PHP]
bool get_OwnerExecute()
void set_OwnerExecute(bool $Value)
[Java]
boolean getOwnerExecute();
void setOwnerExecute(boolean Value);
Description
Use this property to specify owner's execute permission on the file.
Discuss this help topic in SecureBlackbox Forum