Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.OtherExecute

TElZipUnixFileAttributes     See also     


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


Specifies others' execute permission on the file.

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

    Use this property to specify others' execute permission on the file.

See also:     OtherRead     OtherWrite     Permissions    

Discuss this help topic in SecureBlackbox Forum