Method XbpRtf():loadFile() Foundation

Loads the specified file into the text buffer.

Syntax
:loadFile( <cFile> ) --> self
Parameters
<cFile>
This parameter receives a character string. It is the name of the file to load into the text buffer of the XbpRtf object.
Return

This method returns the object executing the method (self).

Description

The :loadFile() method reads the contents of a file and assigns it to the text buffer of the XbpRtf object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.