zedalaye / d7zip

A Delphi Wrapper around 7zip.dll
62 stars 42 forks source link

Bug when extracting files puts the Datetime of the moment of extraction. #13

Open luapfr opened 2 years ago

luapfr commented 2 years ago

It should preserve the Archive date and not take the system date

How do I fix this?

danielmarschall commented 2 months ago

Among other fixes, my fork has a fix for this https://github.com/danielmarschall/d7zip

If you just want to implement this change: https://github.com/geoffsmith82/d7zip/pull/11

luapfr commented 2 months ago

Thank you very much for this update.

I'll test it