hi,
i like the new option when you start copying some files, and some of the files in the dest lister has the same name, that you can choose rename old or rename new.
a cool feature would be, if you could implement an option that you rename the old one to its create date, or the new one to its create date.
another cool feature would be, if you can implements a kind of script language in the renaming tool.
example:
if (file_exists(sourcefile) destfolder)
{
rename sourcefile dest/sourcefile_date('dmy');
}
or something like that.
best wishes.