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

x/proc/tools/deps/path.ts>join

A better way to work with processes in Deno.
Go to Latest
function join
import { join } from "https://deno.land/x/proc@0.21.8/tools/deps/path.ts";

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

Parameters

...paths: string[]

to be joined and normalized