Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

A handy utility collection.
Go to Latest
function windowsSep
import { windowsSep } from "https://deno.land/x/simple_utility@v0.2.2/src/path.deno.ts";

Convert from slash to backslash.

Parameters

path: string

Unix style (slash) path string.