This function create new entries for new folders and remove entries for no longer existing folders, while keeping the state of transient folders in the children element of the tree structure. The function does not recurse into the folders, but merely creates a shell that traverseDirs can take as input.
updateChildren(oldChildren, currentChildren)
An updated list equal in format to oldChildren
A list of children folders from the parent$children
element of tree in traverseDirs()
A vector of names of the folders that are currently present in the parent of oldChildren