<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > WriteTextFile Method |
Summary
Write and append text string to local file.
Uses the System.IO.File.AppendAllText method.
Parameters
textString - Text string value to write
outputFile - Output file name
encoding - File encoding to use. null=default to UTF8
bReplace - True=Replace file before writing
Returns
True=Successful write, False=Failure to write