Hello @RonG -
I noticed that @gab1one has a nice workflow here that almost works for your use case:
The problem is that the library underlying the Image Reader (Table) node doesn’t support Windows EMF files, which is the format your images are in. Now if you all you care about is moving the image files around on your file system without reading them into KNIME, this might be OK - you would just need to update the workflow to copy the EMF images into another (non-temporary) directory on your system. Otherwise, if you need to bring the images into KNIME itself… maybe Gabriel has another suggestion?