cargo_zng::util

Function check_or_create_dir_all

source
pub fn check_or_create_dir_all(
    check: bool,
    path: impl AsRef<Path>,
) -> Result<()>