Discuss this help topic in SecureBlackbox Forum
Specifies the
sticky bit
value.
Declaration
[C#/Java]
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)
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