static L listFileNames(File dir) { if (dir == null) ret ll; ret asList(dir.list()); }