Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.3.66/deps/std/path/mod.ts";

Functions

Converts a file URL to a path string.

Convert a glob string to a regular expression.

Test whether the given string is a glob

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 '.'.

Resolves path segments into a path

Converts a path string to a file URL.