Environment:

Camel :2.8.1
Java : jdk 6


The default behaviour of Camel file component is to Override an existing
file:

Below are the options the applies when a file already exists
public enum GenericFileExist {
    Override, Append, Fail, Ignore
}

I would like to have an option like where an existing file is renamed,
before producing new file.
How can this be possible.

Regards,
Santosh








--
View this message in context: 
http://camel.465427.n5.nabble.com/File-Component-Rename-an-existing-file-tp5716075.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to