Author Topic: Issue with copy to existing file  (Read 3180 times)

Mk1_

  • Newbie
  • *
  • Posts: 3
    • View Profile
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:

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.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Issue with copy to existing file
« Reply #1 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
« Last Edit: May 07, 2022, 11:58:41 by Mathias (Author) »