Re: open with url
Re: open with url
- Subject: Re: open with url
- From: Rob Rix <email@hidden>
- Date: Tue, 24 Jul 2001 16:03:29 -0400
At the moment, all that Cocoa has to offer is -[NSWorkspace openURL:],
which does not allow you to specify the application. You may wish to
look into the Launch Services APIs.
If all else fails, you might consider using an NSTask and the command-line
"open" tool.
-- Rob
[email appendRandomWittySig];