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