ShellListViewCreateShortcut Method |
Creates a new shortcut in the current folder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 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