Function wasmer_package::package::volume::fs::directory_tree

source ยท
fn directory_tree(
    paths: impl IntoIterator<Item = PathBuf>,
    base_dir: &Path,
    strictness: Strictness,
) -> Result<Directory<'static>, Error>
Expand description

Given a list of absolute paths, create a directory tree relative to some base directory.