import * as mod from "https://deno.land/std@0.139.0/path/win32.ts";
Functions
basename | Return the last portion of a |
dirname | Return the directory name of a |
extname | Return the extension of the |
format | Generate a path from |
fromFileUrl | Converts a file URL to a path string. |
isAbsolute | Verifies whether path is absolute |
join | Join all given a sequence of |
normalize | Normalizes a |
parse | Return a |
relative | It will solve the relative path from |
resolve | Resolves path segments into a |
toFileUrl | Converts a path string to a file URL. |
toNamespacedPath | Resolves path to a namespace path |