Skip to main content
Module

std/path/posix.ts>dirname

Deno standard library
Go to Latest
function dirname
import { dirname } from "https://deno.land/std@0.78.0/path/posix.ts";

Return the directory name of a path.

Parameters

path: string

Returns

string