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

std/path/dirname.ts>dirname

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
function dirname
import { dirname } from "https://deno.land/std@0.224.0/path/dirname.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string