Changing FileFIlters during runtime

Hey!

I'm trying to modify FileFilters on the fly, so my FileTreeComponent can display different 'results'. In short, it would be as if the DirectoryContentsList had a "setFilter(FileFilter* newFilter)" function. 

Is there a way to do this currently?

Thanks!

Good point, that function did seem to be lacking - I've added a method to do it now.

Thanks Jules!