Name

adams.flow.transformer.BaseName


Synopsis

Extracts the name of the file/directory passing through, i.e., any preceding directory gets stripped. It is also possible to remove the extension as well (everything after the last '.', dot included).


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[]


See also

Options