FileAppendText Method |
Name | Description | |
---|---|---|
AppendText(String) | Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, Encoding) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. | |
AppendText(String, Encoding, PathFormat) | [AlphaFS] Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist. |