domain
Mac OS X defines several file system domains to control access to system resources on multi-user systems. These include the User, Local, Network, Classic and System domains. The domain for a given resource or folder determines its accessibility to the user. For example, while a user-installed font is only available to that user, an administrator-installed font is available to all network users. These inspectors allow folder access to be parceled out according to domain.Note: The "user domain" refers to the root user, not the currently logged in user.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Creation
Returns one of the Macintosh domains. In most cases, this is the equivalent of kOnAppropriateDisk. On Mac OS X, this constant is used instead of the constant kOnSytemDisk to indicate any disk. For more information, see the Apple documentation on Carbon domain constants.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Properties
Returns the color sync folder of the specified OS X domain, typically /System/Library/ColorSync. If the domain is not specified, it defaults to the system domain.Example: color sync folder of system domain - Returns /System/Library/ColorSync.Example: color sync folder of local domain - Returns /Library/ColorSync.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns the documentation folder for the given OS X domain, typically found at /Library/Documentation. If the domain is not specified, it defaults to the system domain.Example: application support folder of user domain - Returns /var/root/Library/Application Support.
Version | Platforms |
---|---|
8.0.584.0 | Mac |
Returns a folder of the form "/System/Library/Frameworks/<string>.framework".Note: This inspector appends .framework for you, so don't provide it. The framework inspector needs a domain, and without it defaults to the system domain.Example: framework "MyPrivate" of local domain - Returns /Library/Frameworks/MyPrivate.framework.
Version | Platforms |
---|---|
8.0.584.0 | Mac |