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

oTHtmlDocument:readFile()

Reads a HTML file.

Syntax

:readFile( <cFileName> ) --> lSuccess

Arguments

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

Description

Method :readFile() reads a HTML file from disk and builds a new tree of THtmlNode() objects. If the file does not exist, the return value is .F. (false) and the THtmlDocument object remains unchanged.


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