• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Absolute path to the Application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Absolute path to the Application


  • Subject: Re: Absolute path to the Application
  • From: Dennis Nilsson <email@hidden>
  • Date: Fri, 3 Aug 2007 09:43:07 +0200


Den 27/07/2007 kl. 22.36 skrev Vincent Spader:

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"]

Thanks for the help. It works beautifully.

-- Dennis Nilsson
_______________________________________________

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


  • Prev by Date: Re: Getting the size in kilobytes of text in an NSTextView
  • Next by Date: Re: Loading NSFont from file
  • Previous by thread: Re: [SOLVED] Loading NSFont from file
  • Next by thread: Problem creating CVPixelBufferPool using CVPixelBufferPoolCreate
  • Index(es):
    • Date
    • Thread