Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This Enum is used to encode the return value of the function VBA.Interaction.GetAttr.
Constant |
Value |
Description |
---|---|---|
vbNormal |
0 |
Specifies files with no attributes. |
vbReadOnly |
1 |
Specifies read-only files. |
vbHidden |
2 |
Specifies hidden files. |
VbSystem |
4 |
Specifies system files. |
vbVolume |
8 |
Specifies volume label; if any other attributed is specified, vbVolume is ignored |
vbDirectory |
16 |
Specifies directories or folders. |
vbArchive |
32 |
Specifies files that have changed since the last backup. |
vbAlias |
64 |
Specifies file aliases on platforms that support them. |