Creates a new file and returns a file stream to it C1FileStream.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
C1FileStream Create( string path ) |
Visual Basic |
---|
Function Create ( _ path As String _ ) As C1FileStream |
Visual C++ |
---|
C1FileStream^ Create( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to create.