Creates a new C1FileStream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public C1FileStream( string path, FileMode mode ) |
Visual Basic |
---|
Public Sub New ( _ path As String, _ mode As FileMode _ ) |
Visual C++ |
---|
public: C1FileStream( String^ path, FileMode mode ) |
Parameters
- path
- Type: System..::..String
Path to file.
- mode
- Type: System.IO..::..FileMode
File mode to use.