import * as lume from "https://deno.land/x/lume@v2.2.1/core/utils/path.ts";
Functions
Get the extension of a path (this works better than std/path) | |
Split a path to path + extension | |
Check if the path is absolute | |
Check if the path is an URL | |
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/". | |
Replace the extension of a path | |
Resolve the path of an included file Used in the template engines and processors |