Creates a new file and returns a file stream to it C1FileStream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
C1FileStream Create( string path, int bufferSize, FileOptions options ) |
| Visual Basic |
|---|
Function Create ( _ path As String, _ bufferSize As Integer, _ options As FileOptions _ ) As C1FileStream |
| Visual C++ |
|---|
C1FileStream^ Create( String^ path, int bufferSize, FileOptions options ) |
Parameters
- path
- Type: System..::..String
Path to file to create.
- bufferSize
- Type: System..::..Int32
Buffer size of returned stream.
- options
- Type: System.IO..::..FileOptions
File options of returned stream.