Creates a new file and returns a file stream to it C1FileStream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static C1FileStream Create( string path, int bufferSize ) |
Visual Basic |
---|
Public Shared Function Create ( _ path As String, _ bufferSize As Integer _ ) As C1FileStream |
Visual C++ |
---|
public: static C1FileStream^ Create( String^ path, int bufferSize ) |
Parameters
- path
- Type: System..::..String
Path to file to create.
- bufferSize
- Type: System..::..Int32
Buffer size of returned stream.