Carbon


Folder Descriptor Flag Constants

Header: Folders.h

enum {
    kCreateFolderAtBoot = 2,
    kFolderCreatedInvisible = 4,
    kFolderCreatedNameLocked = 8,
    kFolderCreatedAdminPrivs = 16
};

Constant descriptions

kCreateFolderAtBoot

If the bit specified by this mask is set, the folder is created during startup if needed.

kFolderCreatedInvisible

If the bit specified by this mask is set, the folder created is invisible.

kFolderCreatedNameLocked

If the bit specified by this mask is set, the name of the folder is locked when the folder is created.

kFolderCreatedAdminPrivs

The FolderDescFlags enumeration defines masks your application can use in the AddFolderDescriptor function and the FolderDesc structure to specify various attributes of a folder. All other flag bits are reserved for future use. The FolderDescFlags constants are supported under Mac OS 8 and later.

You may set any combination of these bits:


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)