import * as deno from "https://deno.land/x/deno@v0.22.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. | |
Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. |