Module

x/ash/mod.ts>path

A stylish web framework for Deno!
Latest
namespace path
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";

Functions

Returns the basename of a path.

Returns the dirname of a path.

Checks if a file exists.

Returns the file extension of a path.

Removes the file:/// from a file url.

Joins two (or more) paths together.

Joins two (or more) url pathnames.

Returns the segments of a path.

import path
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";