Children added to Tree Node within a WIP small plugin tool not showing up

True, that would become a problem that I didn’t think of, it should still catch my first line comment in the script I’m testing with… but it would stop after that one. So, the problem still persists, but this is a catch that I would have struggled on for a while after I get the first one to correctly make a child on the tree.

Edit: the get_line() function… …the docs don’t say what happens if it reaches the end of file… would it return null?

Found the below at

while not file.eof_reached():

And as for the root folder searching only; I was wondering if it was or not, but I have a fix for that in mind when I get to it.

Much thanks.