I have two panels with the same folder x:\temp, and there are 2 files there:
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.