Workspace 6.21.5
|
Performs a copy and replace of an input file to a destination file replacing user specified symbols with user specified values.
Inputs: | |||
---|---|---|---|
Input file path | QString | ||
Output file path | QString | ||
Symbols to replace | Array | QString | An array of symbols that exist in the input file, each of which is to be replaced with its corresponding value specified in the Replacement values input. |
Replacement values | Array | QString | An array of values, each of which is to replace its corresponding symbol specified in the Symbols to replace input. |
Binary file | bool | If enabled, this indicates that we should treat the input file as a binary file. | |
Outputs: | |||
Filename | QString |