Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/site/scripts/deps/path.ts

A better way to work with processes in Deno.
Very Popular
Go to Latest
import * as proc from "https://deno.land/x/proc@0.20.39/site/scripts/deps/path.ts";

Functions

Return the last portion of a path. Trailing directory separators are ignored, and optional suffix is removed.

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. Note that resolving these segments does not necessarily mean that all will be eliminated. A '..' at the top-level will be preserved, and an empty path is canonically '.'.

Return a ParsedPath object of the path.

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

Resolves path segments into a path

Converts a path string to a file URL.

Resolves path to a namespace path