import { resolve } from "https://deno.land/x/ayonli_jsext@v0.9.72/path/index.ts";
Resolves path segments
into a well-formed path.
This function is similar to join, except it always returns an absolute path based on the current working directory if the input segments are not absolute by themselves.