static File fileContainingIC(File dir, S searchString) { ret first(listDir(dir), f -> cic(fileName(f), searchString)); }