Method XbpRtf():saveFile() Foundation

Saves the contens of the text buffer in the specified file.

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

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

Description

The :saveFile() method writes the contents of the text buffer of the XbpRtf object into the file specified. If <cFile>exists already, it is overwritten without warning.

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.