Name

adams.flow.transformer.CopyFile


Synopsis

Copies the file received on its input port to the target directory if it matches the provided regular expression.
In case of a directory, the directory gets copied recursively.
If required, you can also provide a new filename (just the name, no path).
The generated target file/directory gets forwarded in the flow.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output: java.lang.String, java.io.File


Options