The LoadPath function loads a compatible document file.
The LoadPath function creates a temporary file in the temporary Windows folder.
Syntax
Integer Browser.LoadPath(
String path)
String path)
Parameters
| path | Pathname of the document file. | Required |
|---|
Return value
The LoadPath function returns true.
If an error occurs, the LoadPath function returns false.
Example
myBrowser.LoadPath("c:\index.htm")