Details
Description
According to http://camel.apache.org/file2.html autoCreate is true by default and should for a consumer create the directory.
autoCreate true Automatically create missing directories in the file's pathname. For the file consumer, that means creating the starting directory. For the file producer, it means the directory the files should be written to.
This does not happen and thus a route startup would fail.