static File migratePathFromDirToDirVerbose(File oldDir, File newDir, File path) { File f = migratePathFromDirToDir(oldDir, newDir, path); if (f != path) printVars("migratePathFromDirToDir", +oldDir, +newDir, +path, +f); ret f; }