// so the directory is properly accepted; let's check now if using GenericFileAndDirectoryFilter,
// it remains as an accepted folder
// we use the exact same IBasicFile object as the super
IBasicFile testFolder = new DummyBasicFile( BASE_DIR_PLUS_ONE_EXTRA_DIR );
// we use the exact same IBasicFileFilter object as the super
GenericBasicFileFilter superFilter =
new GenericBasicFileFilter( ACCEPTED_FILENAME, ACCEPTED_EXTENSIONS, ACCEPT_DIRECTORIES );