Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.OtherWrite

TElZipUnixFileAttributes     See also     


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


Specifies others' write permission on the file.

Declaration

[C#]
    bool OtherWrite;

[VB.NET]
    Property OtherWrite As Boolean

[Pascal]
    property OtherWrite : boolean;

[C++]
    bool get_OtherWrite();
    void set_OtherWrite(bool Value);

[PHP]
    bool get_OtherWrite()
    void set_OtherWrite(bool $Value)

[Java]
    boolean getOtherWrite();
    void setOtherWrite(boolean Value);

Description

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

See also:     OtherExecute     OtherRead     Permissions    

Discuss this help topic in SecureBlackbox Forum