FS.Write¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
String |
|||
<output> |
String |
|||
Contents |
The string or bytes to write as the file's contents. | None |
String Bytes &String &Bytes |
|
Overwrite |
Overwrite the file if it already exists. | false |
Bool |
|
Append |
If we should append Contents to an existing file. | false |
Bool |