import { slashW } from "https://deno.land/x/simple_utility@v2.0.9/src/deno/path.ts";
Convert from slash to backslash. Useful for converting from UNIX path to Windows path.
Examples
Example 1
Example 1
const path = slashW("C:/file");
import { slashW } from "https://deno.land/x/simple_utility@v2.0.9/src/deno/path.ts";
Convert from slash to backslash. Useful for converting from UNIX path to Windows path.
Example 1
const path = slashW("C:/file");