Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.OtherExecute

TElTarFileAttributes     See also     


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


Specifies execute permission for users of other groups.

Declaration

[C#]
    bool OtherExecute;

[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

This property specifies whether execute permission is enabled for users of other groups.

See also:     OtherRead     OtherWrite    

Discuss this help topic in SecureBlackbox Forum