import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.160/src/common/path/createIfNotExists.ts";
Functions
Creates a directory if it doesn't exist (async). If the directory already exists, no action is taken. | |
Creates a directory if it doesn't exist (sync). If the directory already exists, no action is taken. |