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