Skip to main content
Module

std/path/mod.ts>dirname

The Deno Standard Library
Go to Latest
function dirname
import { dirname } from "https://deno.land/std@0.222.1/path/mod.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string