ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.InvokeDefaultContextMenuCommand

Executes the default path on the given files.

Syntax
Pascal
function InvokeDefaultContextMenuCommand(pPaths: TStrings): Boolean; deprecated;
Parameters 
Description 
pPaths: TStrings 
A list of full file paths. 

Boolean: True if the command was executed successfully for at leat one path, False if an error occurred for all given paths.

Exceptions 
Description 
If a file cannot be found.