Skip to main content
Module

std/path/posix.ts>resolve

Deno standard library
Go to Latest
function resolve
import { resolve } from "https://deno.land/std@0.157.0/path/posix.ts";

Resolves pathSegments into an absolute path.

Parameters

...pathSegments: string[]

an array of path segments

Returns

string