NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Dir, GetAttr, and SetAttr Constants

When using the Dir or GetAttr function or the SetAttr Statement, the following constants can be used in your code in place of the actual values:

Constant Value Description
Normal 0 Normal (default for Dir and SetAttr)
ReadOnly 1 Read-only
Hidden 2 Hidden
System 4 System file
Volume 8 Volume label
Directory 16 Directory or folder
Archive 32 File has changed since last backup

See Also

Dir Function | GetAttr Function | SetAttr Statement | Visual Basic Constants