Functionality for writing to simple text files.

Methods

Name Description
Close
Open Opens a file ready to write to.
Position Gets the position with the File.
Seek Sets the position within the File.
Write Writes the raw text to the file.
WriteLine Writes a line to the file including a vbCrLf (cr+lf) at the end of the line.

Properties

Name Description
EncodeNewLineCharacters Read-Only
FileName Read-Only
IsOpen Read-Only Indicates whether a File is Open.
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0