56 const String& getDescription()
const noexcept;
Interface for deciding which files are suitable for something.
virtual bool isFileSuitable(const File &file) const =0
Should return true if this file is suitable for inclusion in whatever context the object is being use...
virtual bool isDirectorySuitable(const File &file) const =0
Should return true if this directory is suitable for inclusion in whatever context the object is bein...
Represents a local file or directory.
#define JUCE_API
This macro is added to all JUCE public class declarations.