Description
Writes text on a specified file whose path has been provided.
Attributes
Input
Encoding - The type of encoding used on the specified file.
FilePath - The path and file name of the file whose contents would be written on.
Text - The text to be written on the file.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
DisplayName - Renames the activity.
Example
- Add a File Write Text activity inside a Sequence.
- In the File Path field, search for and then select the file that would be used by, first, clicking the browse button.
- In the Text field, write the text that would be added in the selected file. For this example, the meaning of RPA is entered.
After the execution, the specified text should be appended into the specified file.