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