.NET Components for Mobility
Appends the specified string to the file, creating the file if it does not already exist.

Declaration Syntax
Public Shared Sub AppendAllText ( _
path As String, _
contents As String, _
encoding As Encoding _
)

Parameters
- path (String)
- The file to append the specified string to.
- contents (String)
- The string to append to the file.
- encoding (Encoding)
- The character encoding to use.

Exceptions
| Exception | Condition |
|---|
| ArgumentNullException | Either path or contents is a null reference (Nothing in Visual Basic).
|
| IOException | An I/O error occurred while opening the file.
|
Assembly:
InTheHand (Module: InTheHand) Version: 7.0.0.0