VbFileAttribute

Attribute flags for files and directories used by Dir, GetAttr, and SetAttr. Combine multiple flags with Or.

Constant Value Description
vbNormal 0 Normal (default for Dir and SetAttr).
vbReadOnly 1 Read-only.
vbHidden 2 Hidden.
VbSystem 4 System file.
vbVolume 8 Volume label.
vbDirectory 16 Directory or folder.
vbArchive 32 File has changed since the last backup.
vbAlias 64 Identifier is an alias (legacy Macintosh).

See Also

License: CC-BY-4.0 Code license: MIT Attribution: VBA-Docs