THtmlDocument() > Methods for files and streams xHarbour Developers Network  

oTHtmlDocument:writeFile()

Creates a HTML file.

Syntax

:writeFile( <cFileName> ) --> lSuccess

Arguments

<cFileName>
This is a character string holding the name of the HTML file to create.

Description

Method :writeFile() writes the return value of :toString() to the file <cFileName>. The return value is .T. (true) when the file is successfully created, otherwise .F. (false) is returned.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe