Re: NSFileManager
Re: NSFileManager
- Subject: Re: NSFileManager
- From: Greg Hulands <email@hidden>
- Date: Wed, 24 Sep 2003 08:29:02 +1000
[NSBundle mainBundle]
On Tuesday, September 23, 2003, at 11:35 PM, Luca Torella wrote:
Hello,
How can I know what is the folder of the application that is running?
I tried this method to select a folder which where in the same folder
of the app:
NSDirectoryEnumerator *enumer = [[NSFileManager defaultManager]
enumeratorAtPath:@"Files Griglia"];
This method is ok when I debug the application, but when I launch it
from the Finder it doesn't do its job, since it points to my HD.
Thanks,
Luca
_______________________________________________
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.
_______________________________________________
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.