Font-size: A A A
The FullName property is read only and returns a string which is the full path to the shortcut file.
WScript.Echo WshUrlShortcut.FullName
This VBscript code displays the full name of the URL shortcut file referenced by a WshUrlShortcut object.