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.202.0/path/posix.ts";

Return the directory path of a path.

Parameters

path: string
  • path to extract the directory from.

Returns

string