Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mk1_

Pages: [1]
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:

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.

2
Support and Feedback / Re: Issue with copy to existing file
« on: November 17, 2014, 20:29:05 »
@Jungle: Yes, it is exactly what I want to do.

3
Support and Feedback / Issue with copy to existing file
« on: November 12, 2014, 10:02:13 »
E.g. 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 (replace). But after copying file.txt remains, instead file.txt (1) is created which is the copy of file_bak.txt. No overwrite dialog appears.

MC 4.5.1 (build 1769)

Pages: [1]