Append to file
Description
Appends input content to an existing file at the input path and outputs the new file content
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
File path | text | link-manual | true | The path to the file that the content should be added to |
File content | long-text | link-manual | true | The content that will be appended to the file |
Scenarios
- The user wants to append a long-text value to a text file
Use case
Inputs
- File path:
C:/Users/admin/Desktop/example.txt
- File content:
Jack is throwing away the apples core when he finished eating the apple
Experienced tips
- If the file already contains text inside of it, the
file content
will be appended after the last written character inside of the file.
Search Tags
append text to file