At 11:09 -0700 10/04/08, [EMAIL PROTECTED] wrote:
>From: "Wesley Smith" <[EMAIL PROTECTED]>
>Date: Tue, 8 Apr 2008 17:20:25 -0600
>Message-ID: <[EMAIL PROTECTED]>
>
>I've been trying to use
>NSDirectoryEnumerator *dirEnum = [[NSFileManager defaultManager]
>enumeratorAtPath:dir];
>
>to recursively s
hi,
I've been trying to use
NSDirectoryEnumerator *dirEnum = [[NSFileManager defaultManager]
enumeratorAtPath:dir];
to recursively search for a file in a given directory but am coming
across some minor details that I'm not sure what the best way to deal
with is. There's a method skipDescendents,