Click or drag to resize

FileAppendTextTransacted Method

Overload List
  NameDescription
Public methodStatic memberAppendTextTransacted(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.
Public methodStatic memberAppendTextTransacted(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.
Public methodStatic memberAppendTextTransacted(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.
Public methodStatic memberAppendTextTransacted(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.
Top
See Also