On Jul 26, 2007, at 2:16 PM, Dennis Nilsson wrote:
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.
You don't want to use the absolute path to the application for this.
Instead, you use NSBundle, e.g.