Re: paths for contents of a directory
Re: paths for contents of a directory
- Subject: Re: paths for contents of a directory
- From: Scott Anguish <email@hidden>
- Date: Tue, 15 May 2007 02:17:22 -0400
Given that you passed in the directory path when you used the
NSFileManager, you can simply add each file path to the directoryPath
using
the NSString methods for manipulating path strings
specifically.. stringByAppendingPathComponent:
I'm pretty sure there is example code that can be found by searching
for directoryContentsAtPath: in Xcode..
On May 15, 2007, at 1:06 AM, Roland Silver wrote:
Yes, I did try enumeratorAtPath, with the same result: it produces
file names, not complete paths.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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