Re: NSBundle question
Re: NSBundle question
- Subject: Re: NSBundle question
- From: "R. Eranki" <email@hidden>
- Date: Fri, 07 Dec 2001 19:27:39 -0500
No, I'm looking for a function found IN the executable. Not the path to the
executable.
On 12/7/01 6:31 PM, "Finlay Dobbie" <email@hidden> wrote:
>
>
On Friday, December 7, 2001, at 11:23 pm, R. Eranki wrote:
>
>
> Given an NSBundle, how can I get a function pointer found in the
>
> Bundle's
>
> executable?
>
>
RTFM. Or just the headers. It's pretty obvious.
>
- (NSString *)executablePath;
>
>
-- Finlay