Click or drag to resize

ShellListViewCreateShortcut Method

Creates a new shortcut in the current folder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void CreateShortcut(
	string pName,
	string pTarget
)

Parameters

pName
Type: SystemString
The name of the new shortcut. Do pass a single name only, not a full path. You may pass an empty name to use the localized string for a new shortcut.
pTarget
Type: SystemString
The fullpath of the shortcut target
See Also