Unicode Controls & Classes for VB6 - Version 4

clsShellLink.Load Method

Loads a certain .lnk file from disk and permits you to read its information using the above properties

Syntax
Public Sub Load (Optional ByVal sLnkFile As String = "")
Parameters
Parameter Description
Optional ByVal sLnkFile As String = "" The source link file to read
Remarks