sbool fileNameContainsIC(File f, S s) {
  ret cic(fileName(f), s);
}

sbool fileNameContainsIC(S s, File f) {
  ret fileNameContainsIC(f, s);
}