File.AppendAllLines Method
.NET Framework 4.5
Appends lines to a file, and then closes the file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AppendAllLines(String, IEnumerable<String>) | 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. |
|
AppendAllLines(String, IEnumerable<String>, Encoding) | Appends lines to a file by using a specified encoding, 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. |