I have a list of paths, for example a list parsed from the 'ls -R' stdout into an array, how can I create a very simple tree view list with that?
I am still learning swift, I can't figure out how to create the data structure necessary to populate a List view with children.