enum

File::Flags

Inherits Enum / Comparable / Value / Object

Represents the various behaviour-altering flags which can be set on files. Not all flags will be supported on all platforms.

Constants

SetUser = 1_u8
SetGroup = 2_u8
Sticky = 4_u8
None = 0_u8
All = 7_u8

Instance methods

none?
Source
set_group?

Returns true if this enum value contains SetGroup

Source
set_user?

Returns true if this enum value contains SetUser

Source
sticky?

Returns true if this enum value contains Sticky

Source