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

Creates a directory named path within the parent directory.