!7 p { onNewFileInDir(userDesktopDir(), voidfunc(File f) { if (fileExtensionIs(f, ".png")) infoBox("New PNG file found: " + f.getName()); }); noMainDone("Watching " + userDesktopDir() + "."); }