.Exiftool_config includes?

Started by Alan Clifford, December 18, 2020, 06:01:10 AM

Previous topic - Next topic

Alan Clifford

Can .Exiftool_config have includes for other config files.

So, for instance, can it be something like

include underwater.config
include what3words.config

rather than copying the config stuff into the file itself?

Phil Harvey

Yes.  you can do

require 'path/to/underwater.config';

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).