Appends text to a File.

Syntax

ISFileUtilities.AppendTextFile(fileName, text, [writeLine])

Parameters

NameTypeOptionalByRefDescription
fileName String The file name.
text String The text to append.
writeLine Boolean Optional Indicates whether to append text to a new line in the File. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISFileUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0