Re: [newbie] How to discover a file's Creation date?
Re: [newbie] How to discover a file's Creation date?
- Subject: Re: [newbie] How to discover a file's Creation date?
- From: Jim Correia <email@hidden>
- Date: Sat, 17 Aug 2002 16:42:41 -0400
On Saturday, August 17, 2002, at 03:51 PM, Greg Casey wrote:
How do I discover a file's Creation date?
[[NSFileManager defaultManager] fileAttributesAtPath:
traverseLink:] returns a dictionary of attributes, one of which is
the Last Modified date,
but I don't see a key mentioned in the docs for the creation date.
For now (and in the future if you desire 10.1 compatability) you
will need to use the Carbon file manager. An OS coming soon will
expose this through NSFileManager.
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.