Opus will be more than happy to do it for you ![]()
This will select all .jpg files in a folder that have a .tiff sibling:
Select DESELECTNOMATCH FILTERDEF =(ext == "jpg") && Exists(RegExS(fullpath, "[^.]+$", "tiff"))
Opus will be more than happy to do it for you ![]()
This will select all .jpg files in a folder that have a .tiff sibling:
Select DESELECTNOMATCH FILTERDEF =(ext == "jpg") && Exists(RegExS(fullpath, "[^.]+$", "tiff"))