Opens a file ready to write to.

Syntax

ISFileWriter.Open(fileName, [append], [encodeNewLineCharacters], [cleanLine])

Parameters

NameTypeOptionalByRefDescription
fileName String The file to write to.
append Boolean Optional True=append to an existing file, False=overwrite a file is it exists If omitted, a value of False is assumed.
encodeNewLineCharacters Boolean Optional If True linefeeds are converted to \n, carriage returns to \r and \ to \\ If omitted, a value of False is assumed.
cleanLine Boolean Optional Strip Spaces, Line Feeds and Line Returns from end of each line in WriteLine function If omitted, a value of True is assumed.

Return Value

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