Skip to main content
Module

std/path/dirname.ts>dirname

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

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string