Re: Launching an App, within an app.. :)
Re: Launching an App, within an app.. :)
- Subject: Re: Launching an App, within an app.. :)
- From: Shawn Erickson <email@hidden>
- Date: Sat, 17 Jun 2006 19:41:29 -0700
On Jun 17, 2006, at 7:31 PM, Jerry Krinock wrote:
on 06/06/17 18:40, Nick Zitzmann at email@hidden wrote:
Try again, but use a full path to the app bundle instead of the app
name. If you need the path to your app, use -[NSBundle bundlePath].
Even handier is one I just discovered:
NSString* resourcePath = [[NSBundle mainBundle] resourcePath] ;
Actually it is may be better for the OP to use -[NSBundle
pathForAuxiliaryExecutable]
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden