import * as mod from "https://deno.land/std@0.224.0/fs/ensure_dir.ts";
Functions
Asynchronously ensures that the directory exists. If the directory structure
does not exist, it is created. Like | |
Synchronously ensures that the directory exists. If the directory structure
does not exist, it is created. Like |