Skip to main content
Module

x/fathym_common/src/common/path/createIfNotExists.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.22-integration/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.