pub async fn create_directory_recursive(
parent: &DirectoryProxy,
path: &str,
flags: Flags,
) -> 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.