Manipulating Folder Tab Groups via scripting

I want to save automatically all the tabs in a group every time I close a Lister, with a configurable max number of groups, I planned to doing via scripting, however I noticed that there's no command to manipulate tab groups without actually load them first, per example rename it, delete it. What would be a nice option to achieve this?
Regards

You could rename or delete the files under /dopusdata/TabGroups.

It works as a workaround, but I can't compare 2 tab groups in order to not get dups by this way.

The files are xml so you can compare their contents if you need to compare them.

Sounds like an valid option, until a possible manipulation via scripting. Now, I see that via GUI you can put a description for each group, is it possible via commands, when you create the group?

Don't think so, sorry

I'll see if we can add some script support for tab groups in the next update.

That would be awesome.
Meantime, I decide to manipulate the xml files, via DOM objects, however I get a error in parsing whenever the file has the curdir tag, with a child named as a number. Weird.
So I figured to do it add as simple text via ADO. Just adding a description. So that would be handy

Beta version 12.10.3 is out now and has several new script objects that let you manipulate folder tabs.