FS.Write¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | String |
||
Output ➡️ |
The resulting output of the shard | String |
||
Contents |
No | The string or bytes to write as the file's contents. | none |
String Bytes Var(String) Var(Bytes) None |
Overwrite |
No | Overwrite the file if it already exists. | false |
Bool |
Append |
No | If we should append Contents to an existing file. | false |
Bool |