[go: up one dir, main page]

Function fs_err::tokio::create_dir

source ·
pub async fn create_dir(path: impl AsRef<Path>) -> Result<()>
Available on crate feature tokio only.
Expand description

Wrapper for tokio::fs::create_dir.