Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.OwnerExecute

TElTarFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies execute permission for the file owner.

Declaration

[C#]
    bool OwnerExecute;

[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.

See also:     OwnerRead     OwnerWrite    

Discuss this help topic in SecureBlackbox Forum