Problem recursing directories when extracting metadata.

Started by PeterC, November 08, 2019, 08:15:54 AM

Previous topic - Next topic

PeterC

when i use the command
"c:\Program Files (x86)\GeoSetter\tools\exiftool.exe" -all -csv -r *.* >exiftool_allFields.csv ,
the tool works for the current director but does not recurse subdirectories.    I have tried repositioning the -r but no luck .   Can someone please point out the issue or point me to a related post.   Thanks.

Phil Harvey

...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 ($).

PeterC

 :).   Resolved.   Thanks for the great tool, Phil