Target
property Gets/Sets the target to which the link points.
Syntax:
object.Target = value
variable = object.Target
Examples:
o.Target = "C:\Program files\MyCompany\MyApp\MyExe.exe"
Remarks:
The full path must be specified. Usually it is constructed, for
example by using the standard paths returned by the SFMain.GetSpecialPath
paths.
Applies to: SFShellLink object
|