Tests whether the file (or directory) denoted by the specified pathname exists.
Parameter:
path
The file may be also specified with a local file URL
(e.g. "file:/C:/schema/myschema.xsd"
)
true
if the file exists;
false
otherwise
(or when invalid or non-local file pathname/URL has been passed)