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 |
StringBytesVar(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 |
BasePath |
No | Optional base path - restricts write operations to this directory | none |
StringVar(String)None |