Function photonio_uring::fs::create_dir

source ·
pub async fn create_dir<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

An async version of std::fs::create_dir.