fn composite_show_entry(root: Rc<RefCell<dyn FileDirEntry>>)
Expand description

Helper function to display the contents of the hierarchical list of objects starting with the given object.

Parameters

  • root

    The FileDirEntry object to display, including any children of the object.