Click or drag to resize

FileAppendText Method

Overload List
  NameDescription
Public methodStatic memberAppendText(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 memberAppendText(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 memberAppendText(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 memberAppendText(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