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