Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.OtherRead

TElZipUnixFileAttributes     See also     


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


Specifies others' read permission on the file.

Declaration

[C#]
    bool OtherRead;

[VB.NET]
    Property OtherRead As Boolean

[Pascal]
    property OtherRead : boolean;

[C++]
    bool get_OtherRead();
    void set_OtherRead(bool Value);

[PHP]
    bool get_OtherRead()
    void set_OtherRead(bool $Value)

[Java]
    boolean getOtherRead();
    void setOtherRead(boolean Value);

Description

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

See also:     OtherExecute     OtherWrite     Permissions    

Discuss this help topic in SecureBlackbox Forum