Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.OwnerRead

TElZipUnixFileAttributes     See also     


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


Specifies owner's read permission on the file.

Declaration

[C#]
    bool OwnerRead;

[VB.NET]
    Property OwnerRead As Boolean

[Pascal]
    property OwnerRead : boolean;

[C++]
    bool get_OwnerRead();
    void set_OwnerRead(bool Value);

[PHP]
    bool get_OwnerRead()
    void set_OwnerRead(bool $Value)

[Java]
    boolean getOwnerRead();
    void setOwnerRead(boolean Value);

Description

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

See also:     OwnerExecute     OwnerWrite     Permissions    

Discuss this help topic in SecureBlackbox Forum