svoid addFileIfExists(Cl l, File f) { if (l != null && fileExists(f)) l.add(f); }