jmichaelh / xar

Automatically exported from code.google.com/p/xar
0 stars 0 forks source link

FinderInfo related creation time is not preserved #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you set the finder info creation time with /Developer/Tools/SetFile -d, that 
time is not preserved 
upon extraction.

We're preserving everything in the finder info returned by getattrlist(), 
including mod time.  
Something else may have to be done to preserve the different time field.

Original issue reported on code.google.com by bbraun on 21 Apr 2007 at 6:08

GoogleCodeExporter commented 8 years ago
You can use the ATTR_CMN_CRTIME attribute in getattrlist/setattrlist to get/set 
the 
creation time.

Original comment by n8gray@gmail.com on 2 May 2007 at 8:32

GoogleCodeExporter commented 8 years ago
This should be resolved in commit r136 in trunk.

Original comment by bbraun on 4 May 2007 at 7:39