Re: Shelless SSH - WeOnlyDo Discussion board

Re: Shelless SSH (General questions)

by wodDamir, Wednesday, July 08, 2009, 14:03 (5616 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


Complete thread: