Reads and writes file content
Parameters |
|
1 |
The file path to read or write. |
2 |
Sends the "Content" event with file content on initialization. |
Actions |
|
Get content |
Sends the "Content" event with file content. |
Set content |
Sets the file content with the value in link parameter. |
Append |
Adds the value in link parameter to the file content. |
Set file |
Changes the file path with the value in link parameter. |
Events |
|
Modified |
Triggered when a the file content is modified by an "Set content" or "Append" action. |
Content |
Triggered on initialization or when the "Get content" action is activated, the link parameter contains the file content. |