Reads the lines of a file.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public IEnumerable<string> ReadLines( string path )
Parameters
- path
- Type:
System String
The file to read.
Return Value
The lines of the file.Exceptions
| Exception | Condition |
|---|---|
| path is null. |
See Also