Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Today you have to set both a parent and a nameonly with the folder name in between
move=${file:parent}/.done/${file:onlyname}
You should be able to set this as
move=.done
Camel will detect that there are no ${ } place holders in the string and then default to add the pre and postfix as above.
However if you set a absolute path such as /.done then only the postfix should be set.