CiderPress2 icon indicating copy to clipboard operation
CiderPress2 copied to clipboard

Preserve directory timestamp during export

Open sean-gugler opened this issue 1 year ago • 2 comments

(CiderPress II 1.0.2)

Timestamps are already preserved on files. This is true when using copy+paste on individual files or on a directory; the files nested within retain their original stamps.

Copying a directory should also preserve the timestamps of the directory itself. Currently the copies get a fresh timestamp from the host's wall clock.

This is important from an archival / historian perspective. When gathering collections onto a 32MB hard disk image from multiple sources, it's better if they retain all their original attributes.

sean-gugler avatar Jul 25 '24 20:07 sean-gugler

Confirmed, this works in 1.0.4. Thank you!

Next request is to also preserve directory timestamps during export. Would you rather track that request here or as a separate issue#? (low priority, "stretch goal")

sean-gugler avatar Oct 13 '24 00:10 sean-gugler

I can reopen this one. Preserving during export is a little harder because it requires a "finalization" pass after everything else is done.

fadden avatar Oct 13 '24 03:10 fadden