Re: Shelless SSH (General questions)

by wodDamir, (5778 days ago) @ schenkp

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

locked

Complete thread: