LocationName Property
Retrieves the path or title of the resource that is currently displayed.
Syntax
[ sLocationName = ] object.LocationName
Possible Values
sLocationName String that receives the location name. The caller frees this buffer with SysFreeString. The property is read-only. The property has no default value.
Remarks
If the resource is an HTML webpage, the name is the title of the document. If the resource is a folder or file on the network or local computer, the name is the full file system path of the folder or file in Universal Naming Convention (UNC) format.
If this method is called before the first navigation is complete, InternetExplorer returns an empty string .
Applies To
InternetExplorer, WebBrowser
See Also