Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aloedb/lib/utils.ts>getPathDirname

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function getPathDirname
import { getPathDirname } from "https://deno.land/x/aloedb@0.9.0/lib/utils.ts";

Get dirname from the path.

Parameters

path: string

Path to the file.

Returns

string

Dirname from the path.