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