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

std/node/path/win32.ts>basename

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function basename
import { basename } from "https://deno.land/std@0.130.0/node/path/win32.ts";

Return the last portion of a path. Trailing directory separators are ignored.

Parameters

path: string

to process

optional
ext = [UNSUPPORTED]

of path directory

Returns

string