Page 1 of 1

Rename file, copy it AND keep original file

PostPosted: Wed Jul 13, 2011 10:38 am
by eljot22
Hello All,

I was trying to find a way not only to rename files but - additionally - keep original files. This should work on files in subfolders matching specific criteria.

After short study of documentation I was able to do the second part (renaming files matching specific filter in subfolders), but this always changed my originals.

Is there a way to keep original files AND have new files (in their source subfolders) with new names?

Example:

Code: Select all
Folder 1
    Subfolder A
         file_name_match_I
     Subfolder B
         file_name_match_ii

What I want to achieve is to have it like follows:

Folder 1
     Subfolder A
         file_name_match_I
         RENAMED_file_name_match_I
     Subfolder B
         file_name_match_ii
         RENAMED_file_name_match_II

For all matched files new renamed copy shall be created.

Best regards,
Eljot