This actually appears to be the case. Didn't know this. Thanks.Fla$her wrote: 2023-01-05, 21:38 UTC Exiftool is not a standalone utility. At the first launch, she unpacks her perl distribution into the Temp folder for 20+ seconds, leaving all this garbage there...
Just in case, there's also a native option for that:Fla$her wrote: 2022-12-30, 16:20 UTC Determine the exact format in CMD:
exiftool -s test.jpg|find/i "date"
exiftool test.jpg -time:all
or, as I prefer to use it,
exiftool test.jpg -directory -filename -G1 -a -time:all