Re: NSFileManager - "Can't read directory contents" ??
Re: NSFileManager - "Can't read directory contents" ??
- Subject: Re: NSFileManager - "Can't read directory contents" ??
- From: Aaron Burghardt <email@hidden>
- Date: Tue, 19 Jul 2005 22:04:52 -0400
On Jul 19, 2005, at 1:39 PM, Shon wrote:
I didn't copy/paste that path; it is indeed "/Volumes/SHONSD". I
don't key
this path in, it comes from the notification. The destination path is
"./temp/" and is currently hard-coded into the app.
You specify "./temp/", but do you know where "./" is? If you aren't
setting the the current working directory, read the docs on the
NSFileManager methods:
- (NSString *)currentDirectoryPath
- (BOOL)changeCurrentDirectoryPath:(NSString *)path
Hope that helps.
Aaron
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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