All Properties
Property: WshUrlShortcut.FullName
WshUrlShortcut.
FullName
The
FullName
property returns a String that is the full name of the URL shortcut file.
The following VBscript code displays the full name of the URL shortcut file referenced by a
WshUrlShortcut
object.
Code:
WScript.Echo WshUrlShortcut.FullName