Name

adams.flow.transformer.PrependDir


Synopsis

Prepends the prefix to the file/directory being passed through.
 By default, the appropriate separator (forward slash or backslash) gets inserted between the file/directory and prefix. This can be turned off.


Additional information

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


See also

Options