Creates a C1StreamWriter.

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

Syntax

C#
public C1StreamWriter(
	string path,
	bool append
)
Visual Basic
Public Sub New ( _
	path As String, _
	append As Boolean _
)
Visual C++
public:
C1StreamWriter(
	String^ path, 
	bool append
)

Parameters

path
Type: System..::..String
Path to file.
append
Type: System..::..Boolean
If this is true, any writing will be appended to the file.

See Also