Re: How to enumerate directory contents?
Re: How to enumerate directory contents?
- Subject: Re: How to enumerate directory contents?
- From: Waqar Malik <email@hidden>
- Date: Sun, 17 Aug 2008 12:07:50 -0500
You should look at NSDirectoryEnumerator
or
dirent.h if you want to do it at unix level.
--Waqar
On Aug 17, 2008, at 10:39 AM, Nicolas Goles wrote:
Hi, this is my first message here, but I have been following the
list for a
while.
I have an application where I need the user to be presented with an
OpenPanel, then the user will be able to select a directory. The
thing is
that the only thing that I can get is the directory path, but I need
somehow
to get all the directories contents paths to be in an array.
Like
/home/mp3/hello.mp3
/home/mp3/hello1.mp3
/home/mp3/hello2.mp3
/home/mp3/hello3.mp3
when the user selects the mp3 folder via an Open Panel.
Could anyone help me a bit with this ?
Thanks
--
-Nicolas Goles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden