Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get the file path to my application



In general, NSBundle is a good resource for this.

Try:

NSString* applicationPath = [[NSBundle mainBundle] bundlePath];

This will tell you the path of the application bundle (Fred.app) and then you'll have to step up one element in the applicationPath to get the parent directory.

Preston

On Jul 30, 2008, at 10:21 PM, Randy Canegaly wrote:

If I have a Cocoa application named Fred, how do programmatically (in Fred's code) get the path to the directory where Fred.app is stored?

Thanks

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >How to get the file path to my application (From: Randy Canegaly <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.