Returns True if the file entered as parameter is present on disk.
Syntax
Boolean = object. FileExist(FilePathAndname As String)
The FileExist method syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
FilePathAndname |
String, the path and name of the file whose existence must be tested |
Boolean | Boolean, True if the file exists |