Function holochain_types::prelude::ffs::create_dir_all[][src]

pub async fn create_dir_all<P>(path: P) -> Result<(), IoError> where
    P: Clone + AsRef<Path>,