Click or drag to resize

FileAppendAllLines Method

Overload List
  NameDescription
Public methodStatic memberAppendAllLines(String, IEnumerableString)
Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, Encoding)
Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLines(String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Top
See Also