Constant lrs::file::mode::MODE_STICKY

Files in a directory with this flag can only be deleted by their owners, the owner of the directory, or a privileged process.

Syntax

const MODE_STICKY: Mode = Mode(S_ISVTX);

See also