Read all lines from a file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
string[] ReadAllLines( string path ) |
| Visual Basic |
|---|
Function ReadAllLines ( _ path As String _ ) As String() |
| Visual C++ |
|---|
array<String^>^ ReadAllLines( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to read from.