Re: NSBundle question
Re: NSBundle question
- Subject: Re: NSBundle question
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 7 Dec 2001 23:31:41 +0000
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