Far Manager version
3.0.5888.0
OS version
10
Here's a simple scenario.
Say you're copying/moving a directory tree to a new location where some directories already exist.
In this case the "Preserve All Timestamps" option will not work for the already existing directories at the destination whose timestamps must be overwritten with the timestamps of the directories you're moving/copying.
\file1 \file4
a\file2 -> a\file5
\file3 \file6
(source) -> destination
The source directory A timestamps: TIME_LWRITE TIME_CREATION TIME_LACCESS TIME_CHANGE
After copying or moving the destination A directory timestamps will become NOW NOW NOW NOW and they must become TIME_LWRITE TIME_CREATION TIME_LACCESS TIME_CHANGE.
Please fix.