Opens a file.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static C1StreamReader OpenText( string path ) |
| Visual Basic |
|---|
Public Shared Function OpenText ( _ path As String _ ) As C1StreamReader |
| Visual C++ |
|---|
public: static C1StreamReader^ OpenText( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to open.