Exif tool can not read args file if spaces in path on linux

Issue #16 resolved
Phillip repo owner created an issue

Maybe a bug, to investigate. LINUX_CLA is the only one that does not have quotes around the path (though exiftool does report the full path, with spaces).

Could add a file.exists() check prior to starting to make sure it realy realy exists (even though it should because the filewriter already flushed to it)

Comments (2)

  1. Phillip reporter

    Workaround implemented. Args file can be altered via system property "args.path". Name will be randomly suffixed using a RNG with seed = system.currentmillis()

  2. Log in to comment