Skip to main content

Module flags

Module flags 

Source
Expand description

Per-entry flag bits packed into the index’s flags column (one u8).

Constants§

EXCLUDED
Computed: this entry or any ancestor carries HIDDEN|SYSTEM.
HIDDEN
Raw FILE_ATTRIBUTE_HIDDEN.
IS_DIR
This entry is a directory.
REPARSE
This entry is a reparse point (symlink, junction, mount point).
SYSTEM
Raw FILE_ATTRIBUTE_SYSTEM.
TOMBSTONE
This entry is deleted but not yet compacted away.