Creates a new file and returns a stream writer to it C1StreamWriter.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static C1StreamWriter CreateText( string path ) |
Visual Basic |
---|
Public Shared Function CreateText ( _ path As String _ ) As C1StreamWriter |
Visual C++ |
---|
public: static C1StreamWriter^ CreateText( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to create.