Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/fs/ensure_dir.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.28.0/std/fs/ensure_dir.ts";

Functions

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

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