static L listFilesStartingWith(S prefix, File dir) { ret filesStartingWith(prefix, asList(listFiles(dir))); }