Re: getting file creation date from NTFS
Re: getting file creation date from NTFS
- Subject: Re: getting file creation date from NTFS
- From: "Paul Sanders" <email@hidden>
- Date: Sun, 23 May 2010 18:39:05 +0100
> Yes, although the stat structure only has the st_birthtimespec field if you build with 64-bit inodes enabled. This is the default on Snow Leopard or
> for 64-bit, but not for 32-bit on Leopard or earlier.
I'm not certain, but I think you have to use stat64 in 32 bit Leopard builds to get st_birthtimespec. stat64 is deprecated in Snow Leopard, but seems unlikely to go away. I guess a belt-and-braces type of person would test the system version and weak link.
Paul Sanders.
_______________________________________________
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