< Previous PageNext Page > Hide TOC

About Workspace Services

The NSWorkspace class provides an interface between Cocoa applications and the Mac OS X “workspace,” which consists primarily of the services provided by the Finder.

NSWorkspace provides access to services for files, applications, devices, user defaults, and a few other system features. Each application has one shared instance of NSWorkspace, which you access through the sharedWorkspace method.

NSWorkspace also provides notifications related to its services. Unlike most notifications, all NSWorkspace notifications are posted to NSWorkspace’s own notification center instead of the application’s default notification center.



< Previous PageNext Page > Hide TOC


© 2002, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-03-06)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.