sbool anyFileWithExtensionInDir(File dir, S ext) { ret nempty(filesWithExtension(ext, findAllFiles_noDirs(dir))); }