Re: Constant for Application directory ?
Re: Constant for Application directory ?
- Subject: Re: Constant for Application directory ?
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 1 Jan 2005 04:12:59 -0800
On Jan 1, 2005, at 2:13 AM, Simon alias Trax wrote:
I want my openPanel's default directory to be the application's
directory.
Is there any constant that designates such directory ?
Not a constant, but:
NSString *myAppDirectory = [[NSBundle mainBundle] bundlePath];
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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