ShellListViewCreateShortcut Method |
Creates a new shortcut in the current folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void CreateShortcut(
string pName,
string pTarget
)
Public Sub CreateShortcut (
pName As String,
pTarget As String
)
public:
void CreateShortcut(
String^ pName,
String^ pTarget
)
member CreateShortcut :
pName : string *
pTarget : string -> unit
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