enum

VirtualFs::EntryFlags

Inherits Enum / Comparable / Value / Object

Constants

Compressed = 1
Encrypted = 2
Directory = 4
None = 0
All = 7

Instance methods

compressed?

Returns true if this enum value contains Compressed

Source
directory?

Returns true if this enum value contains Directory

Source
encrypted?

Returns true if this enum value contains Encrypted

Source
none?
Source