Unicode Controls & Classes for VB6 - Version 4

clsShellLink.Target Property

Gets or sets the link target (the file/folder pointed by the link)

Syntax
Public Property Get Target () As String
Public Property Let Target (ByRef s As String)
Parameters
Parameter Description
ByRef s As String The new link target
Remarks