When writing exiftool output to a file, the file is created in the directory where the command is executed.
exiftool -r -csv "-PreservedFileName" "-FileName" "-Directory" "." > output.csv
Writes output.csv to /media/pics when the command is executed in that folder.
The jExifToolGUI parameter -csv "-PreservedFileName" "-FileName" "-Directory" > output.csv will write the output to the home folder.
How can I make a parameter with output to the selected folder?
When writing exiftool output to a file, the file is created in the directory where the command is executed.
exiftool -r -csv "-PreservedFileName" "-FileName" "-Directory" "." > output.csvWrites output.csv to /media/pics when the command is executed in that folder.
The jExifToolGUI parameter
-csv "-PreservedFileName" "-FileName" "-Directory" > output.csvwill write the output to the home folder.How can I make a parameter with output to the selected folder?