Function _list_files

Source
fn _list_files(vec: &mut Vec<PathBuf>, path: &Path) -> Result<()>
Expand description

Helper function that looks at the name of every directory that shares a parent with the stanhope application binary.

This function calls itself recursively, adding elements to the input “vec” if they are folders (directories), and the name of the folder isn’t “assets”