Module

std/path/windows/mod.ts>normalize

Deno standard library
Go to Latest
function normalize
import { normalize } from "https://dotland.deno.dev/std@0.211.0/path/windows/mod.ts";

Normalize the path, resolving '..' and '.' segments. Note that resolving these segments does not necessarily mean that all will be eliminated. A '..' at the top-level will be preserved, and an empty path is canonically '.'.

Parameters

path: string

to be normalized

Returns

string
import normalize
import { normalize } from "https://dotland.deno.dev/std@0.211.0/path/windows/mod.ts";