Re: open with url
Re: open with url
- Subject: Re: open with url
- From: Douglas Davidson <email@hidden>
- Date: Tue, 24 Jul 2001 08:38:51 -0700
On Tuesday, July 24, 2001, at 07:43 AM, email@hidden wrote:
Is there a simple way to open an application with an url from cocoa?
For instance the quicktime player with an url
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.
Douglas Davidson