Skip to main content
Module

std/path/posix.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.136.0/path/posix.ts";

Functions

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

Return the directory name of a path.

Return the extension of the path with leading period.

Generate a path from FormatInputPathObject object.

Converts a file URL to a path string.

Verifies whether provided path is absolute

Join all given a sequence of paths,then normalizes the resulting path.

Normalize the path, resolving '..' and '.' segments.

Return a ParsedPath object of the path.

Return the relative path from from to to based on current working directory.

Resolves pathSegments into an absolute path.

Converts a path string to a file URL.

Resolves path to a namespace path