When I try to replace a file (let's call it the "original file") saved in a folder with a different file that has the same name as the original file (let's call it the "new file"), I get a popup message that says a file with the same name already exists and asks if I want to replace it. The options are "Cancel" or "Replace". When I click on "Replace", it saves the "new file" in the folder, but it doesn't replace the original file. Instead, the original file remains in the folder untouched, and the new file is saved with a "-2" appended to the end of the file name. So for example, if the original file was named ABC.pdf, and I wanted to replace that original file with a new file also called ABC.pdf, after clicking "Replace" I now have two files in the folder: the original file ABC.pdf, and the new file now automatically renamed ABC-2.pdf.
My question: How can I get it to simply replace and overwrite the original file? Thanks!
My question: How can I get it to simply replace and overwrite the original file? Thanks!