Skip to main content
The Deno 2 Release Candidate is here
Learn more
function mkdir
import { mkdir } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Creates a new directory with the specified path.

See https://deno.land/api@v1.40.3?unstable=true&s=Deno.mkdir

Parameters

ctx: Context
path: string | URL
optional
options: Deno.MkdirOptions