Skip to main content

build_tree

Function build_tree 

Source
pub fn build_tree(root: &Path, config: &TreeConfig) -> Result<FileNode, Error>
Expand description

Build a file tree from a directory

§Errors

Returns an error if the path cannot be read or doesn’t exist.