Re: Shelless SSH (General questions)
Peter,
Sorry, use WriteAllText or AppendAllText. Any of them will output the string into a file.
The only difference is that Append will continue writing if the specified file already exists. WriteAllText on the other hand will overwrite the file if it already exists.
Regards,
Damba