static void moveFileToDirVerboseIfExists(File f, File dir) { if (!fileExists(f)) ret with print(f + " not found, skipping move"); moveFileToDirVerboseIfExists(f, dir); }