The Append action adds the specified content to the end of an existing file. If the file does not yet exist, the file is created.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
path |
Specifies the path to the file. |
|
TEXT |
content |
Specifies the content to be appended to the file content. |
Return
None