static L subDirectoryNamesWithout(File dir, S... names) { ret listWithout(subDirectoryNames(dir), names); }