ShellBrowser .Net Edition
CreateShortcut Method (p_Name, p_target)
NamespacesJam.ShellShellListViewCreateShortcut(String, String)
Creates a new shortcut in the current folder.
Declaration Syntax
C#Visual BasicVisual C++
public void CreateShortcut(
	string p_Name,
	string p_target
)
Public Sub CreateShortcut ( _
	p_Name As String, _
	p_target As String _
)
public:
void CreateShortcut(
	String^ p_Name, 
	String^ p_target
)
Parameters
p_Name (String)
The name of the new shortcut. Do pass a single name only, not a full path.
p_target (String)
The fullpath of the shortcut-target

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)