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

x/hex/src/cli/deps.ts>pathPosix

An ecosystem delivering practices, philosophy and portability.
Go to Latest
namespace pathPosix
import { pathPosix } from "https://deno.land/x/hex@0.5.15/src/cli/deps.ts";

Functions

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

Return the directory path 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