Function recursion_dir

Source
pub fn recursion_dir(
    root_path: &Path,
    pathes: &mut Vec<PathBuf>,
    root_tree: Tree,
) -> Tree