A.2 Attribute Constants

Type

Value

Description

DIR_NONE

0

Entry does not have any attributes.

DIR_READ_ONLY

1

Entry can not be written, deleted or renamed.

DIR_HIDDEN

2

Entry does not appear in a normal directory listing.

DIR_SYSTEM

4

Entry is used by the system and is hidden.

DIR_EXECUTE_ONLY

8

Entry can be loaded for execution only once.

DIR_ARCHIVE

32

Entry has been changed since last archive.

DIR_SHARABLE

128

Entry can be opened by multiple clients.

DIR_TRANSACTION

4096

A transaction on the entry is being tracked.

DIR_READ_AUDIT

16384

Not in use.

DIR_WRITE_AUDIT

32768

Not in use.

DIR_IMMEDIATE_PURGE

65536

Entry will be purged when deleted.

DIR_COPY_INHIBIT

524288

Entry cannot be copied.

DIR_RENAME_INHIBIT

131072

Entry cannot be renamed.

DIR_DELETE_INHIBIT

262144

Entry cannot be deleted.

DIR_IMMEDIATE_COMPRESSION

33554432

Entry should be compressed when written.

DIR_DONT_COMPRESS

134217728

Entry should not be compressed.