Camel VFS - move and preMove options be a bit easier to setup to just move into 
a sub dir of current dir
--------------------------------------------------------------------------------------------------------

                 Key: CAMEL-1440
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1440
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


Today you have to set both a parent and a nameonly with the folder name in 
between
{code}
move=${file:parent}/.done/${file:onlyname}
{code}

You should be able to set this as
{code}
move=.done
{code}

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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to