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