Opens an existing UTF-8 encoded text file for reading.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public StreamReader OpenText( string path )
Parameters
- path
- Type:
System String
The file to be opened for reading.
Return Value
AExceptions
| Exception | Condition |
|---|---|
| path is null. |
See Also