static L allDataDirs() { new L l; for (File dir : listDirs(javaxDataDir())) if (dir.getName().startsWith("#")) l.add(dir); ret l; }