Re: Why is NSString->FSRef so hard?
Re: Why is NSString->FSRef so hard?
- Subject: Re: Why is NSString->FSRef so hard?
- From: Erg Consultant <email@hidden>
- Date: Tue, 28 Apr 2009 14:13:56 -0700 (PDT)
This is a DRM situation where there are multiple app executables inside the main .app bundle.
________________________________
From: Kyle Sluder <email@hidden>
To: Erg Consultant <email@hidden>
Cc: cocoa-dev <email@hidden>
Sent: Tuesday, April 28, 2009 2:11:40 PM
Subject: Re: Why is NSString->FSRef so hard?
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