Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: clefaltodrum on July 25, 2021, 16:08:20

Title: Add an option which timestamps (Created, Accessed, Modified) should be copied
Post by: clefaltodrum on July 25, 2021, 16:08:20
Currently Windows 10 with NTFS as file system supports these 3 timestamps
- Created
- Modified
- Accessed

In Multi Commander (11.2.0.2795) there is no option to decide that I want to keep only Created time from source to destination. Modified and Accessed time should be set to the current time.
Title: Re: Add an option which timestamps (Created, Accessed, Modified) should be copied
Post by: Mathias (Author) on July 27, 2021, 12:04:47
There is option to keep date time or not. (all or nothing)
Having option for each individual date value feels strange.
Title: Re: Add an option which timestamps (Created, Accessed, Modified) should be copied
Post by: clefaltodrum on July 28, 2021, 15:11:56
There is option to keep date time or not. (all or nothing)
Having option for each individual date value feels strange.
Here how the settings could look like in the UI, see my screenshots from WinRAR. https://www.rarlab.com/download.htm


Windows should have no problems it supports this possibility keeping a certain timestamp or not.

More information here:
https://docs.microsoft.com/en-us/dotnet/api/system.io.file.setcreationtime?view=net-5.0
Title: Re: Add an option which timestamps (Created, Accessed, Modified) should be copied
Post by: Mathias (Author) on July 29, 2021, 02:38:50
There is option to keep date time or not. (all or nothing)
Having option for each individual date value feels strange.
Here how the settings could look like in the UI, see my screenshots from WinRAR. https://www.rarlab.com/download.htm


Windows should have no problems it supports this possibility keeping a certain timestamp or not.

More information here:
https://docs.microsoft.com/en-us/dotnet/api/system.io.file.setcreationtime?view=net-5.0

That doc page is for dotNet, MC is not written in C# or dotnet..
But I know how to set the filetime parts, MC is doing it in Menu > Tools > Change Properties and when copying files.

However I'm not sure that just because it it possible to do something it should be done.. MC already have to many settings.
Choosing to just store some of the filestamps is a weird use case. and I don't really know how useful that it.
Adding a feature ,specially that require settings and UI is time consuming.
I put it on my maybe list