Re: Launching an App, within an app.. :)
Re: Launching an App, within an app.. :)
- Subject: Re: Launching an App, within an app.. :)
- From: Jerry Krinock <email@hidden>
- Date: Sat, 17 Jun 2006 19:31:47 -0700
- Thread-topic: Launching an App, within an app.. :)
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] ;
_______________________________________________
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