Creates or opens a file for writing UTF-8 encoded text.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public StreamWriter CreateText( string path )
Parameters
- path
- Type:
System String
The file to be opened for writing.
Return Value
AExceptions
| Exception | Condition |
|---|---|
| path is null. |
See Also