WriteFile¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any |
|||
<output> |
Any |
|||
File |
The file to read/write from. | None |
String &String |
|
Append |
If we should append to the file if existed already or truncate. (default: false). | false |
Bool |
|
Flush |
If the file should be flushed to disk after every write. | false |
Bool |