Microsoft® Windows® Script Host
FullName Property
WSH Reference
Version 1

See Also                      Applies To


Description
Returns a string containing the full path to the host executable file or shortcut object.
Syntax
object.FullName
Parameters
Part Description
object WScript, WshShortcut or WshUrlShortcut object.
Example
The following example returns the path of the host executable:
WScript.Echo WScript.Fullname