Re: FW: NSFileManager
Re: FW: NSFileManager
- Subject: Re: FW: NSFileManager
- From: Aaron Tuller <email@hidden>
- Date: Sun, 24 Jun 2001 10:40:22 -0700
an easier way to get to files in your Resources directory is
[[NSBundle mainBundle] resourcePath]
-aaron
At 10:08 AM -0700 6/24/01, Tommy Braas wrote:
I am trying to use NSFileManager to get the current working
directory path from a Cocoa application. I don't want to throw up a
file chooser as I am trying to read a preferences file from within
my application package. Whenever I use the following code the output
is "/" when I run the application by double-clicking.