Command.Results - created folders?

What do you think about having newly created folders available in the Command.Results object? Like there is .newtabs and .newlisters, there could be .newfolders. I noticed that there is no way to fetch the folders that were created by the CreateFolder dialog and I thought you maybe like the idea. o)

Curious how you would use this?

I have most of my toolbar/context menu commands wrapped into the LogCommand script command. I have a detailed and long lasting log of every item I move, delete, paste from clipboard etc. I looked into these logs yesterday to find when I created a bunch of folders and noticed, they do not show up. I then figured, I do not record these actions. I then looked why and found: I simply can't, since CreateFolder is a black box, no way to retrieve the paths or names of the newly created folders. o)