Write To File Outcome
Description
Writes a string to a file in your Profile folder. This Outcome is Client-side only.
Fields
Name | Type | Description | Additional Info |
---|---|---|---|
type |
String | Internal ID for serialisation: writeToFile |
Not seen in the Editor. |
fileName |
String | Name of your file. Remember not to overwrite your json files! | |
content |
String | The content of the file. | |
append |
Boolean | To append to the file (if it already exists), or to overwrite? |
-
Fields in italics are required for the Object to be valid. ↩