import { ensureDirSync } from "https://deno.land/std@0.51.0/fs/ensure_dir.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 { ensureDirSync } from "https://deno.land/std@0.51.0/fs/ensure_dir.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.