Carbon


kExtensionDisabledFolderType

Header: Folders.h

enum {
    kExtensionDisabledFolderType = 'extD',
    kControlPanelDisabledFolderType = 'ctrD',
    kSystemExtensionDisabledFolderType = 'macD',
    kStartupItemsDisabledFolderType = 'strD',
    kShutdownItemsDisabledFolderType = 'shdD',
    kApplicationsFolderType = 'apps',
    kDocumentsFolderType = 'docs'
};

Constant descriptions

kExtensionDisabledFolderType

Specifies the Extensions (Disabled) folder in the System Folder. Supported with Mac OS 8 and later.

kControlPanelDisabledFolderType

Specifies the Control Panels (Disabled) folder in the System Folder. Supported with Mac OS 8 and later.

kSystemExtensionDisabledFolderType

Specifies the System Extensions (Disabled) folder in the System Folder. Supported with Mac OS 8 and later.

kStartupItemsDisabledFolderType

Specifies the Startup Items (Disabled) folder in the System Folder. Supported with Mac OS 8 and later.

kShutdownItemsDisabledFolderType

Specifies the Shutdown Items (Disabled) folder in the System Folder. Supported with Mac OS 8 and later.

kApplicationsFolderType

Specifies the Applications folder installed at the root level of the volume. Supported with Mac OS 8 and later.

kDocumentsFolderType

Specifies the Documents folder. This folder is created at the volume root. Supported with Mac OS 8 and later.


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