Skip to main content
Module

std/path/win32.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.84.0/path/win32.ts";

Functions

Return the last portion of a path. Trailing directory separators are ignored.

Return the directory name of a path.

Return the extension of the path.

Generate a path from FormatInputPathObject object.

Converts a file URL to a path string.

Verifies whether path is absolute

Join all given a sequence of paths,then normalizes the resulting path.

Normalizes a path

Return a ParsedPath object of the path.

It will solve the relative path from from to to, for instance: from = 'C:\orandea\test\aaa' to = 'C:\orandea\impl\bbb' The output of the function should be: '..\..\impl\bbb'

Resolves path segments into a path

Converts a path string to a file URL.

Resolves path to a namespace path