We have a folder to which a lot of people copy files. Instead of over writing the existing file on the folder, I would like to rename the original file first, and then copy the new file.
Example: If I copy a file myFile.txt (which is already present in the folder), it should save the existing file as myFile_backup.txt and copy the new file as myFile.txt.
Is this possible?