FileAppendTextTransacted Method |
Name | Description | |
---|---|---|
AppendTextTransacted(KernelTransaction, String) | [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. | |
AppendTextTransacted(KernelTransaction, 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. | |
AppendTextTransacted(KernelTransaction, 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. | |
AppendTextTransacted(KernelTransaction, 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. |