fuchsia_fs::directory

Function create_directory

Source
pub async fn create_directory(
    parent: &DirectoryProxy,
    path: &str,
    flags: Flags,
) -> Result<DirectoryProxy, OpenError>
Expand description

Creates a directory named path within the parent directory if it doesn’t exist.