NSWorkspace (EDExtensions)


Declared In:
NSWorkspace+Extensions.h


Category Description

Various useful extensions to NSWorkspace.


Method Types

- openURL:
- composeMailWithSubject:recipients:body:

Instance Methods

composeMailWithSubject:recipients:body:

- (void)composeMailWithSubject:(NSString *)subject recipients:(NSString *)recipients body:(NSString *)body

Tries to compose an email with the standard email client. This method does not work on old version of Mac OS X Server.


openURL:

- (void)openURL:(NSString *)url

Tries to open the URL passed in with a standard application. Note that this implementation is obsolete and not compiled in on MAC OS X and GNUStep.


Version 2.0 Copyright ©2002. All Rights Reserved.