FileTreeComponent - how to select multiple files?

 

perhaps :
void setSelectedFile (const File& target);

could become something like that ?

void setSelectedFile (const File& target, const bool deselectOtherFiles = true);

or is there an other way I missed ?

TreeView::setMultiSelectEnabled