Re: Why is NSString->FSRef so hard?
Re: Why is NSString->FSRef so hard?
- Subject: Re: Why is NSString->FSRef so hard?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 28 Apr 2009 17:11:40 -0400
On Tue, Apr 28, 2009 at 5:03 PM, Erg Consultant
<email@hidden> wrote:
> How does one launch an exe inside an app bundle if LSOpenApplication isn't desgined to do that?
"exe"? You need to specify what you mean: executable binary, which is
just a plain binary file, or application, which is wrapped in a .app
bundle.
If you just want to launch a binary as a child task, you can use
NSTask and -[NSBundle pathForAuxiliaryExecutable:].
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden