shared
The shared workspace object.
Declaration
class var shared: NSWorkspace { get }Return Value
The NSWorkspace object associated with the process.
Discussion
You can access this object safely from any thread in your app.
The shared workspace object.
class var shared: NSWorkspace { get }The NSWorkspace object associated with the process.
You can access this object safely from any thread in your app.