Basically, I managed to find the UITree PyObject, by enumerating for a type called UITree, which type is type. (Same as sanderling!)
Having that object, I am getting _childrenObjects from children (both are treated as Python Dictionaries).
Than, I preassume, that these are lists of PyObjects (more dictionaries, in fact…) and the loop strikes again - so I am getting _childrenObjects from children.
How, having these capabilities am I supposed to get values of certain stuff?
Like for example, If i wanted to read local, get nicknames and stuff.
Hopefully someoene will be willing to help,
Kind Regards,
Acronym.
Yeah, I managed to find some stuff.
For reference:
directories have variables called “_name”. Enumarating through children objects (children is a dic which has _childrenObjects - which is a dic) allows to list names of immediate children of such an object. Than its as simple as enumerating through and traversing through the UITree