|
ShellBrowser Delphi Components Documentation
|
Executes the default path on the given files.
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. |