I am currently calling ExifTool from my application (Picture Window -- dl-c.com) to geotag files in a folder. Currently, after creating a geotagged version of each image file, the original untagged version is retained with _original tacked onto the end of the filename. It would be nice if there were an option to delete the originals instead once the geotagged files are created.
The option is -overwrite_original
After the fact, if you didn't use that option when you did the geotagging, you can use the -delete_original option to delete existing _original files.
- Phil
That worked, thanks.