In The Hand LtdIn The Hand
AppendAllText Method (path, contents)
NamespacesInTheHand.IOFileHelperAppendAllText(String, String)
.NET Components for Mobility
Appends the specified string to the file, creating the file if it does not already exist.
Declaration Syntax
C#Visual Basic
public static void AppendAllText(
	string path,
	string contents
)
Public Shared Sub AppendAllText ( _
	path As String, _
	contents As String _
)
Parameters
path (String)
The file to append the specified string to.
contents (String)
The string to append to the file.
Exceptions
ExceptionCondition
ArgumentNullExceptionEither path or contents is a null reference (Nothing in Visual Basic).
IOExceptionAn I/O error occurred while opening the file.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0