void WriteFileText(string filePath, string text, bool append, string characterEncoding = null)
Writes text to a file. Trust Level Required: High
Parameters
| Name | Description |
| filePath | The path of the file. |
| text | The text to write. |
| append | True to append to the end of the file. |
| characterEncoding | Standard character encoding name to use. |
Return
Nothing returned