Skip to content

FolderCommandHandler.canExecuteAbstractFiles method

FolderCommandHandler › canExecuteAbstractFiles

Filters to only accept TFolder arrays, then delegates to canExecuteFolders.

Signature:

canExecuteAbstractFiles(abstractFiles: TAbstractFile[]): boolean

Parameters:

ParameterTypeDescription
abstractFilesTAbstractFile[]The files or folders.

Returns: booleanWhether the command can execute.