Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-1440

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.0
    • 2.0-M1
    • camel-core
    • 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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: