Name

adams.flow.transformer.MoveFile


Synopsis

Moves a file to a different location (or just renames it).
Source and target can be swapped as well.
Simply forwards the input token if moving was successful.


Additional information

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


Options