Skip to main content
Module

std/path/win32.ts>dirname

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

Return the directory path of a path.

Parameters

path: string

to determine the directory path for

Returns

string