Skip to main content
Module

x/aloedb/lib/utils.ts>getPathFilename

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function getPathFilename
import { getPathFilename } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Get filename from the path.

Parameters

path: string

Path to the file.

Returns

string

Filename from the path.