Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Converts a path string to a file URL.

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

toFileUrl("/home/foo"); // new URL("file:///home/foo")

Parameters

path: string

to convert to file URL