import { ensureDir } from "https://deno.land/std@v0.38.0/fs/mod.ts";
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.
import { ensureDir } from "https://deno.land/std@v0.38.0/fs/mod.ts";
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.