The Internal USFile Component |
The internal USFile component provides basic file-IO functionality. Text files can be kept open for a period longer than a single statement, making it possible to write to the file using multiple write statements. It is also possible to append the output of an XML.Export statement to a file which is opened with this USFile component. The USFile component provides methods to:
The supported methods are described in the related topics listed below, with examples. Related Topics The USFile ReadTextFile Method |