Click or drag to resize

Shell32InfoGetVerbCommand Method

Gets the Shell command association from the registry.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public string GetVerbCommand(
	string shellVerb
)

Parameters

shellVerb
Type: SystemString
The shell verb.

Return Value

Type: String
Returns the associated file- or protocol-related Shell command from the registry or string.Empty if no association can be found.
See Also