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