Creates a C1StreamWriter.

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

Syntax

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

Parameters

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

See Also