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

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Issue with copy to existing file
« on: October 22, 2013, 10:17:53 »
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.
« Last Edit: October 22, 2013, 10:19:42 by Jungle »