import * as mod from "https://dotland.deno.dev/x/ash@1.3.6/src/path.ts"; VariablesvdelimiterFunctionsfbasenameReturns the basename of a path. fdirnameReturns the dirname of a path. fexistsChecks if a file exists. fextnameReturns the file extension of a path. ffromFileUrlRemoves the file:/// from a file url. fjoinJoins two (or more) paths together. fjoinUrlJoins two (or more) url pathnames. fpathSegmentsReturns the segments of a path.