Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.StickyBit

TElZipUnixFileAttributes     See also     


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


Specifies the sticky bit.

Declaration

[C#]
    bool StickyBit;

[VB.NET]
    Property StickyBit As Boolean

[Pascal]
    property StickyBit : boolean;

[C++]
    bool get_StickyBit();
    void set_StickyBit(bool Value);

[PHP]
    bool get_StickyBit()
    void set_StickyBit(bool $Value)

[Java]
    boolean getStickyBit();
    void setStickyBit(boolean Value);

Description

    Use this property to specify the "sticky bit" permission of the file (if the property is True the bit is set, and vice versa).

See also:     Permissions    

Discuss this help topic in SecureBlackbox Forum