!7 cmodule OfferToCreateDirs > DynPrintLogAndEnabled { start { doEvery(1.0, r check); } void check enter { if (!enabled) ret; JComboBox cb = getFocusOwningComboBox(); S text = gtt(cb); if (isAbsolutePath(text) && !fileExists(text)) print("Create directory? " + text); } }