Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.OtherWrite

TElTarFileAttributes     See also     


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


Specifies write permission for users of other groups.

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

This property specifies whether write permission is enabled for users of other groups.

See also:     OtherExecute     OtherRead    

Discuss this help topic in SecureBlackbox Forum