Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.13 KB

dir-getattr-and-setattr-constants.md

File metadata and controls

36 lines (28 loc) · 1.13 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Dir, GetAttr, and SetAttr constants
vblr6.chm1012529
vblr6.chm1012529
ca85f083-4824-1371-238b-f1ac55f8f702
12/11/2018
medium

Dir, GetAttr, and SetAttr constants

The following constants can be used anywhere in your code in place of the actual values.

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 last backup
vbAlias 64 On the Macintosh, identifier is an alias

Only VbNormal, vbReadOnly, vbHidden, and vbAlias are available on the Macintosh.

See also

[!includeSupport and feedback]