Correct. If use *.* only considers the dates of the files but saves the information of which folder they are, if doing only * the folders dates are saved as well and the 7z date is the date of the "latest" folder. Problem is the GUI version... the GUI version only considers *and as such the 7z file made with the GUI manager always counts the folders dates and not the files only.
Consider having: Test1 30/12/2022 (DIR) -(Inside DIR)- 7z.dll 15/07/2022 -(Inside DIR)- 7z.sfx 15/07/2022 7z.dll 15/07/2022 7z.exe 15/07/2022 ie, all files from 15/07/2022 and the directory holding some files being 30/11/2022 if give command: 7z.exe a -stl -r test.7z . one ends up correctly with test.7z file with modified date 15/07/2022 (and inside it, the directory w/o date information, only the files) Using the GUI (7zFM.exe) and selecting same files and directory to 7zip into test2.7z, one ends...
Consider having: Test1 30/12/2022 (DIR) ---- 7z.dll 15/07/2022 ---- 7z.sfx 15/07/2022 7z.dll 15/07/2022 7z.exe 15/07/2022 ie, all files from 15/07/2022 and the directory holding some files being 30/11/2022 if give command: 7z.exe a -stl -r test.7z . one ends up correctly with test.7z file with modified date 15/07/2022 (and inside it, the directory w/o date information, only the files) Using the GUI (7zFM.exe) and selecting same files and directory to 7zip into test2.7z, one ends up with test2.7z...
Consider having: Test1 30/12/2022 7z.dll 15/07/2022 7z.sfx 15/07/2022 7z.dll 15/07/2022 7z.exe 15/07/2022 ie, all files from 15/07/2022 and the directory holding some files being 30/11/2022 if give command: 7z.exe a -stl -r test.7z . one ends up correctly with test.7z file with modified date 15/07/2022 (and inside it, the directory w/o date information, only the files) Using the GUI (7zFM.exe) and selecting same files and directory to 7zip into test2.7z, one ends up with test2.7z dated 30/12/2022...
Hi Igor, I submitted as a bug, because the command line version -stl works correctly considering only the timestamp of the files and not the directories timestamps. GUI behaviour should be similar to the command line one. Thank you.
GUI version -stl option different behaviour from command line
Thanks Igor. Hopefully can become a feature in next version or the GUI include it as option. Cheers for the good work.
My upvote for this