Path Property
Deprecated. Retrieves the system folder of the Windows Internet Explorer executable.
Syntax
[ sPath = ] InternetExplorer.Path
Possible Values
sPath String that receives the local file system path without executable name. The property is read-only. The property has no default value.
Remarks
Internet Explorer 8 and later. Always returns an empty string.
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer
See Also
FullName