The call;
discAttributesDictionary = [anNSFileManager attributesOfItemAtPath:thePath error:&theError];
is returning a dictionary of file properties, but the file size is always 264 and the other values are also wrong. 'theError' is nil. The path is correct because I can open and read the file.
I also tried fileAttributesAtPath with the same results. The files are on a Mac running OS X server.
Any suggestions appreciated! john elemans _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]