static L filesWithSameBaseName(File f) { ret fileNamesStartingWith(listFiles(dirOfFile(f)), fileBaseName(f) + "."); }