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

x/simple_utility/src/deno/path.ts>pathSepL

Simplify processing for Deno.
Latest
function pathSepL
import { pathSepL } from "https://deno.land/x/simple_utility@v2.2.1/src/deno/path.ts";

Convert from backslash to slash. Useful for converting from Windows path to UNIX path.

Examples

Example 1

const path = pathSepL("C:\\file");

Parameters

path: string

Returns

string