<TextFile> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » TextFile

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32CloseCloses a text file and releases its handle.
int32InsertLineDeprecated.
int32IsEndOfFileDetermines if the end of the text file has been reached.
int32LineCountReturns the line count of the text file.
int32OpenOpens a text file.
int32OpenForReadWriteOpens the text file for read or write operations.
<IXmlNode>OpenXmlOpens an XML file from disk.
stringReadCharReads a single character from a text file.
int32ReadIntoReads a text file into a <StrList>.
stringReadLineReads a single line from a text file.
int32SetBinaryModeSets the text file to binary mode (instead of TEXT/ASCII).
int32SetTextModeSets the text file to text mode (instead of binary).
int32WriteWrites a string to a text file.