Carbon


Volume Constant

Header: Folders.h

enum {
    kOnSystemDisk = -32768,
    kOnAppropriateDisk = -32767,
    kSystemDomain = -32766,
    kLocalDomain = -32765,
    kNetworkDomain = -32764,
    kUserDomain = -32763
};

Constant descriptions

kOnSystemDisk

Specifies the system disk.

kOnAppropriateDisk
kSystemDomain
kLocalDomain
kNetworkDomain
kUserDomain

You can pass this constant in the vRefNum parameter of FindFolder to locate a folder on the startup disk.


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