Skip to main content
Module

std/path/win32.ts>basename

Deno standard library
Go to Latest
function basename
import { basename } from "https://deno.land/std@0.157.0/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