Copy/paste and replace file ignoring extensions

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