Name

adams.flow.transformer.Touch


Synopsis

Like the Unix 'touch' command, updates the 'last modified' timestamp of the file coming through.
By default, it creates the file if it doesn't exist.


Additional information

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


Options