Re: launching an app in cocoa
Re: launching an app in cocoa
- Subject: Re: launching an app in cocoa
- From: j o a r <email@hidden>
- Date: Thu, 5 Jun 2003 13:19:00 +0200
The documentation for NSWorkspace > launchApplication states that it
"need not be specified with a full path" - but on the other hand you
can probably hand it an absolute path to launch a specific app.
j o a r
On Thursday, Jun 5, 2003, at 13:01 Europe/Stockholm,
email@hidden wrote:
What is the best way to launch an application in cocoa? i know of
[[nsworkspace launchapplication] but it takes only the app name as a
parameter, and I need something with the whole path. Is there a way to
do it in cocoa, or would I have to write it in carbon? and if I have
to write it in carbon how would I do that, convert the path to a
fsspec and use launchapplication on that?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.