Skip to content

FolderCommandHandler.canExecuteAbstractFile method

FolderCommandHandler › canExecuteAbstractFile

Filters to only accept TFolder instances, then delegates to canExecuteFolder.

Signature:

canExecuteAbstractFile(abstractFile: TAbstractFile): boolean

Parameters:

ParameterTypeDescription
abstractFileTAbstractFileThe file or folder.

Returns: booleanWhether the command can execute.