Welcome, Guest. Please login or register.

Author Topic: lha preserve dir timestamp  (Read 2163 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: lha preserve dir timestamp
« on: January 29, 2014, 04:17:59 PM »
It does use it. The problem is the order in which changes are done and that the file system updates the dir's time stamp when a file is added to it.

Lha does

makedir drawer
setdate drawer
store drawer/file1 <- this changes the drawer's date to today.
setdate drawer/file1

and so on.

Lha should set date of drawer when it leaves it, not when it enters it.

Can only be changed by the author. Send him a bug report.

Offline Thomas

Re: lha preserve dir timestamp
« Reply #1 on: January 29, 2014, 04:57:10 PM »
Yes, but the OS isn't maintained any more since almost 20 years. I am quite sure that *this* bug report will be ignored for sure. Not to mention that this breaks functionality which other programs might rely on.