Synopsis
This operator simply writes the given text into the specified file (can be useful in combination with a process branch).
Description
This operator simply writed the specified text into the specified file. This can be useful in combination with the ProcessBranch operator. For example, one could write the success or non-success of a process into the same file depending on the condition specified by a process branch.
Input
- through 1:
Output
- through 1:
Parameters
- file: The file into which this operator should write the specified text.
- text: The text which should be written into the file.
- encoding: The encoding used for reading or writing files.