Skip to content

FileCommandHandler.canExecuteAbstractFiles method

FileCommandHandler › canExecuteAbstractFiles

Filters to only accept TFile arrays, then delegates to canExecuteFiles.

Signature:

canExecuteAbstractFiles(abstractFiles: TAbstractFile[]): boolean

Parameters:

ParameterTypeDescription
abstractFilesTAbstractFile[]The files or folders.

Returns: booleanWhether the command can execute.