Skip to main content
Go to Latest
function fromFileUrl
import { fromFileUrl } from "https://deno.land/std@0.208.0/path/posix/from_file_url.ts";

Converts a file URL to a path string.

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

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

Parameters

url: URL | string

of a file URL

Returns

string