Re: FolderItem equivalent?
Re: FolderItem equivalent?
- Subject: Re: FolderItem equivalent?
- From: Uli Kusterer <email@hidden>
- Date: Sun, 10 Sep 2006 19:57:27 +0200
Am 10.09.2006 um 01:16 schrieb William Squires:
Does cocoa/ObjC have an equivalent class to REALbasic's
FolderItem class?
No, but depending on what you want, the following classes provide
equivalent functionality by different means:
NSFileManager
NSWorkspace
NSDirectoryEnumerator (get one through NSFileManager)
NSDictionary (well, the one you get from NSDirectoryEnumerator of
NSFileManager)
Hope that helps a little.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden