Problem with spaces in names

Started by Archive, May 12, 2010, 08:54:38 AM

Previous topic - Next topic

Archive

[Originally posted by nada on 2009-07-06 13:02:15-07]

Hello,

I work with a program that uses exiftool, the problem is that there are names of images with spaces, and exiftool does not deal these images. What do I do to solve this problem?

Thank you for your help

Archive

[Originally posted by exiftool on 2009-07-06 13:22:01-07]

ExifTool does deal with space in file names.  It must be
the calling program that has the problem. - Phil

Archive

[Originally posted by nada on 2009-07-06 13:30:02-07]

First thank you for your reply,

I tested  Exiftool with an image name with space and it returns me: File not found

Archive

[Originally posted by exiftool on 2009-07-06 13:34:43-07]

On the command line you must place quotes around filenames
with special characters. - Phil

Archive

[Originally posted by nada on 2009-07-06 13:44:09-07]

Okay now it works very well, thank you for your answers