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