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

x/path/src/Path.ts>Path#toString

better path handling for Deno
Latest
method Path.prototype.toString
import { Path } from "https://deno.land/x/path@v3.0.0/src/Path.ts";

render this path object as a string

Parameters

optional
prefix: string = [UNSUPPORTED]
optional
suffix: string = [UNSUPPORTED]
optional
separator: string

Returns

string

the stored path structure as a string using the preferred system separator.