Discuss this help topic in SecureBlackbox Forum
Specifies execute permission for the file owner.
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
This property specifies whether execute permission is enabled for the file owner.
Discuss this help topic in SecureBlackbox Forum