Module

x/ultra/src/deno/deps.ts>ensureDir

💎 Modern Streaming React Framework in Deno
Go to Latest
function ensureDir
import { ensureDir } from "https://dotland.deno.dev/x/ultra@v1.0.1/src/deno/deps.ts";

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

Parameters

dir: string
import ensureDir
import { ensureDir } from "https://dotland.deno.dev/x/ultra@v1.0.1/src/deno/deps.ts";