Re: Problem with fileAttributesAtPath
Re: Problem with fileAttributesAtPath
- Subject: Re: Problem with fileAttributesAtPath
- From: Ken Thomases <email@hidden>
- Date: Mon, 18 Aug 2008 14:51:20 -0500
On Aug 18, 2008, at 2:24 PM, Nicolas Goles wrote:
//Try to obtain fileAttributes
NSDictionary *fileAttributes = [manager
fileAttributesAtPath:fullPath traverseLink:NO];
The thing is that my fileAttributes it's always = nil so I always
get "it's
nill" on the console.
Could anyone point me at what I'm doing wrong ???
Is "manager" nil?
-Ken
_______________________________________________
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