Copy/paste and replace file ignoring extensions

I have a folder full of photos (jpg), I have higher quality (TIFF) versions of some of them in a different folder and the names of the files are identical. When I copy/paste them I'm not presented with the keep/replace option that usually pops-up since the extensions are different. Is there a way to make Dopus ignore the extensions and match only the base file names? essentially allowing me to replace the old files with the new?

I don't think there is. I'd delete/deselect the unwanted files before or after copying them.

I've about 600 files (that need upgrading) scattered through a collection of over 1000 total files.. so doing it manually is impossible :frowning:

Opus will be more than happy to do it for you :slight_smile:

This will select all .jpg files in a folder that have a .tiff sibling:

Select DESELECTNOMATCH FILTERDEF =(ext == "jpg") && Exists(RegExS(fullpath, "[^.]+$", "tiff"))

How to use buttons and scripts from this forum

thank you so much!! that worked great. :smiley: