Re: Absolute path to the Application
Re: Absolute path to the Application
- Subject: Re: Absolute path to the Application
- From: "Vincent Spader" <email@hidden>
- Date: Fri, 27 Jul 2007 16:36:13 -0400 (EDT)
- Importance: Normal
> can someone point me in the direction on how to find the absolute
> path to the Application (including the Application itself). My
> problem is that i need to use a file inside the Resources directory.
> and at the moment, i am assuming to much about the Application name etc.
NSBundle is probably what you want.
Something like:
NSString *helloPath = [[NSBundle mainBundle] pathToResource:@"Hello"
ofType:@"wav"]
HTH,
--Vincent Spader
_______________________________________________
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