Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/fs/_util.ts>toPathString

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function toPathString
import { toPathString } from "https://deno.land/std@0.185.0/fs/_util.ts";

Convert a URL or string to a path

Parameters

pathUrl: string | URL

A URL or string to be converted

Returns

string