Hello. Tell me, please, how to leave only the last part after "/" from the full directory name? F:\Photos\Location\SpecialName. Only "SpecialName" required.
-title<${directory;SpecialName}
Thanks
Something like this should do it:
exiftool "-title<${directory;s(.*/)()}" -r DIR
- Phil
Thank you! It's simple when you have knowledge)