1
Support and Feedback / Issue with copy to existing file
« on: May 07, 2022, 10:22:02 »
I have two panels with the same folder x:\temp, and there are 2 files there:
I want to copy file_bak.txt to file.txt (overwrite content).
After copying action I get new file named file.txt (1). No overwrite dialog appears.
Repeated copy action creates file.txt (2) and so on.
It is not wat copy action should does.
Code: [Select]
x:\temp\file.txt
x:\temp\file_bak.txt
I want to copy file_bak.txt to file.txt (overwrite content).
After copying action I get new file named file.txt (1). No overwrite dialog appears.
Repeated copy action creates file.txt (2) and so on.
It is not wat copy action should does.