Re: launching an app in cocoa
Re: launching an app in cocoa
- Subject: Re: launching an app in cocoa
- From: email@hidden
- Date: Thu, 5 Jun 2003 14:40:30 -0400
but i've tried it and it doesn't work... i got the path straight out of
an nsopenpanel and saved it so it shouldnt be the path's fault either
On Thursday, June 5, 2003, at 07:19 AM, j o a r wrote:
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.