Click or drag to resize

ShellSystemListInvokeCommandOnFolder Method

Use InvokeCommandOnFolder to execute a command of the context menu for the listed folder.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool InvokeCommandOnFolder(
	string command
)

Parameters

command  String
The ShellCommand to use

Return Value

Boolean
true, if the command has successfully been processed
See Also