public AppendAllLines ( string path, IEnumerable |
||
path | string | The file to append the lines to. The file is created if it does not already exist. |
contents | IEnumerable |
The lines to append to the file. |
encoding | The character encoding to use. | |
return | void |
SftpClient::AppendAllLines ( string path, IEnumerable |