All Objects
OBJECT: WshUrlShortcut
The
WshUrlShortcut
object is an object that can be returned by the
WshShell.CreateShortcut
method.
PROPERTIES
FullName Property
The
FullName
property is read only and returns a string which is the full path to the shortcut file.
Syntax:
object.
FullName
TargetPath Property
The
TargetPath
property is a string which is the target URL of the
WshUrlShortcut
object.
Syntax:
object.
TargetPath
METHODS
Save Method
The
Save
method saves
the shortcut at the location specified by the
FullName
property. All changes made to a shortcut object will be lost unless this method is called before destroying the object.
Syntax:
object.
Save
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information