Skip to content

FileCommandHandler.canExecuteAbstractFile method

FileCommandHandler › canExecuteAbstractFile

Filters to only accept TFile instances, then delegates to canExecuteFile.

Signature:

canExecuteAbstractFile(abstractFile: TAbstractFile): boolean

Parameters:

ParameterTypeDescription
abstractFileTAbstractFileThe file or folder.

Returns: booleanWhether the command can execute.