FileCommandHandler.canExecuteAbstractFile method
FileCommandHandler › canExecuteAbstractFile
Filters to only accept TFile instances, then delegates tocanExecuteFile.Signature:
canExecuteAbstractFile(abstractFile: TAbstractFile): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| abstractFile | TAbstractFile | The file or folder. |
Returns: boolean — Whether the command can execute.