How to reproduce:
- Make the directory named "1".
- Press F5.
- Type "2"
- Press Enter.
Correct (previous) variant: 1 is copied to 2.
Current behavior: 1 is renamed to 2.
Please fix.
Version v3.00.0007f/ENG
2022/01/23 / WIN64 (WinNT)
Hi. So... My last visit to this forum was in 2007. I even contributed some code to the project in those days. The other day I decided to check how things are with the once beloved file manager. I had a desire to rewrite the code in C ++, but I see that the sources are still not open. Very sorry.
Logic navigation:
If (object (folder/files) placed on panel for 1 colon) then (use Left/Rigt for navigation Up/Down out/in folder/container(archive)) end
Lift algorithm: skip empty folders
if (object==".." and press Enter) then (use lift algorithm - skip empty upfolders and move to first non empty) end
if (object==folder and press Enter) then (use lift algorithm - skip empty subfolders and move to first non empty) end