Script event when create a folder via DOpus

I want to mantain a list of recently folders created within DOpus, for further use in other scripts, so since there's no actual event for this action, how could be a realible way to monitorize folder creation via DOpus?

Folders get created by Opus in a lot of contexts. e.g. If you copy a folder, do you want that to count and be recorded? If you extract a zip into a new folder, should that be recorded?

If you only want to record folders created by the Create Folder button, then you could replace that button with a script that does whatever you want. (Reproduce the multi-folder mode and some aspects of the standard Create Folder UI in a script may be a pain, on the other hand, if you want more than a simple folder name prompt.)