Opens a C1StreamWriter for appending.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
C1StreamWriter AppendText(
	string path
)
Visual Basic
Function AppendText ( _
	path As String _
) As C1StreamWriter
Visual C++
C1StreamWriter^ AppendText(
	String^ path
)

Parameters

path
Type: System..::..String
Path to file to append to.

Return Value

Returns the newly opned C1StreamWriter.

See Also