Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.OwnerExecute

TElZipUnixFileAttributes     See also     


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


Specifies owner's execute permission on the file.

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

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

See also:     OwnerRead     OwnerWrite     Permissions    

Discuss this help topic in SecureBlackbox Forum