Module

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

A better way to work with processes in Deno.
Go to Latest
function relative
import { relative } from "https://dotland.deno.dev/x/proc@0.21.9/site/scripts/deps/path.ts";

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

Parameters

from: string

path in current working directory

to: string

path in current working directory

Returns

string