Write the specified string to the file (UTF-8 encoding).
Name | Type | Mandatory | Description |
|---|---|---|---|
Text | String (Unicode) | Yes | The text to write to the file. |
Append | Boolean | No | Indicates whether to append the text to the end of the file, or overwrite existing data. If True, append, otherwise overwrite. |
Name | Type | Mandatory | Description |
|---|---|---|---|
ErrorInfo | No | Indicates an error that might have occurred. |
None.