sbool fileHasExtension(File f, S ext) { ret hasExtension(f, ext); }