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.
pub async fn create_directory(
parent: &DirectoryProxy,
path: &str,
flags: Flags,
) -> Result<DirectoryProxy, OpenError>
Creates a directory named path
within the parent
directory if it doesn’t exist.