getting file time stamp from a NTFS volume
getting file time stamp from a NTFS volume
- Subject: getting file time stamp from a NTFS volume
- From: Angelo Chen <email@hidden>
- Date: Sat, 22 May 2010 02:27:05 -0700 (PDT)
Hi,
I use following code to get file creation time stamp, it works with FAT32, but seems returning wrong date if the file is in a NTFS volume, any idea? Thanks,
Angelo
NSFileManager *fm= [NSFileManager defaultManager];NSDictionary *fileAttributes = [fm fileAttributesAtPath:path traverseLink:YES]; fileCreatDate = [fileAttributes objectForKey:NSFileCreationDate];
_______________________________________________
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