How to get file creation date
How to get file creation date
- Subject: How to get file creation date
- From: Sean Long <email@hidden>
- Date: Mon, 8 Jul 2002 13:14:42 -0700
I am relatively new to Cocoa programming and am working on porting my
image conversion program, ImageGrinder, to MacOS X. My question is how
do I get the creation time like that shown in Finders 'show info' panel.
I could not find any way of doing it in NSFileManager so I tried the old
C stat struct but st_ctime was returning different creation times than
that of the Finder. Can I even do this in Cocoa or do I need to do some
carbon hack?
Thanks
Sean Long
Hailstone Software
_______________________________________________
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.