Re: Files in a directory.
Re: Files in a directory.
- Subject: Re: Files in a directory.
- From: Sherm Pendley <email@hidden>
- Date: Tue, 24 Feb 2004 02:23:39 -0500
On Feb 24, 2004, at 2:06 AM, Amit Sadana wrote:
I would like to find out the list of file names (in some NSArray) in a
given directory through my Cocoa -ObjC.
Use NSFileManager's -directoryContentsAtPath: method. Or, if you want
to enumerate over the list of files, -enumeratorAtPath:.
sherm--
_______________________________________________
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.