Skip to main content
Module

x/aloedb/lib/files.ts>ensureDir

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function ensureDir
import { ensureDir } from "https://deno.land/x/aloedb@0.1.0/lib/files.ts";

Ensures that the directory exists.

Parameters

path: string

Path to the directory.

Returns

Promise<void>

Is directory created.