.NET Framework Class Library
File..::.AppendAllText Method
Appends the specified stringto the file, creating the file if it does not already exist.
|
| Name | Description |
|---|
.gif) .gif) | AppendAllText(String, String) | Opens a file, appends the specified string to the file, and then closes the file. If the file does not exist, this method creates a file, writes the specified string to the file, then closes the file. |
.gif) .gif) | AppendAllText(String, String, Encoding) | Appends the specified string to the file, creating the file if it does not already exist. |
Top
Reference