Right now when I choose to copy and there the file that I'm copying already exists in the destination I'm presented with a prompt that asks me how I want to proceed. If I say that I want to rename the old (existing) version of the file it appends " (Original)" after the file name and before the extension.
For instance if the file is called info.php the existing version of the file (from before the copy procedure) is renamed to info (Original).php.
Is there an option to change this to default (Original) to something else? For example, info.bak.php or info.php.bak ?