Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Mk1_ on May 07, 2022, 10:22:02

Title: Issue with copy to existing file
Post by: Mk1_ on May 07, 2022, 10:22:02
I have two panels with the same folder x:\temp, and there are 2 files there:

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.
Title: Re: Issue with copy to existing file
Post by: Mathias (Author) on May 07, 2022, 11:55:38
What copy should do depends and veryies depending on person..

There are many ways to copy files in MC and some of them are not handled by MC but by Windows. and some bypass some stages.
so first,  How do you copy the file .. copy paste ? using copy button or hotkey ? or Drag and drop ? other ?  some modes does not allow you to start a copy to and from same path


If you want to replace x:\temp\file.txt with x:\temp\file_bak.txt you can do drag and drop and drop file_bak.txt on file.txt and you are asked via a popup menu if you want to copy and replace or move and replace