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

Creates a directory named path (including all segments leading up to the terminal segment) within the parent directory. Returns a connection to the terminal directory.