Click or drag to resize

ShellListViewCreateShortcut Method

Creates a new shortcut in the current folder.

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

Parameters

pName  String
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  String
The fullpath of the shortcut target
See Also