Discuss this help topic in SecureBlackbox Forum
Specifies the sticky bit.
Declaration
[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).
Discuss this help topic in SecureBlackbox Forum