NSFileManager
NSFileManager
- Subject: NSFileManager
- From: Luca Torella <email@hidden>
- Date: Tue, 23 Sep 2003 15:35:56 +0200
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.