static L programsWithFiles() { new L l; for (File dir : listDirs(javaxDataDir())) pcall { if (dir.getName().startsWith("#") && nempty(listFiles(dir))) l.add(fsI(dir.getName())); } ret l; }