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