Skip to main content
Module

x/lume/deps/path.ts>posix.fromFileUrl

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function posix.fromFileUrl
import { posix } from "https://deno.land/x/lume@v2.1.4/deps/path.ts";
const { fromFileUrl } = posix;

Converts a file URL to a path string.

import { fromFileUrl } from "https://deno.land/std@0.224.0/path/posix/from_file_url.ts";

fromFileUrl("file:///home/foo"); // "/home/foo"

Parameters

url: URL | string

of a file URL

Returns

string