Re: NSFileManager
Re: NSFileManager
- Subject: Re: NSFileManager
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 23 Sep 2003 15:19:26 -0700
On Tuesday, September 23, 2003, at 06:35 AM, Luca Torella wrote:
How can I know what is the folder of the application that is running?
[[NSBundle mainBundle] bundlePath] returns a path NSString pointing to
the application bundle's path, which you can work with from there.
There are also NSBundle methods for getting the path to resources,
executables, etc. within the bundle. Read the NSBundle documentation
for more details.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone." - Bjarne Stroustrup
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.