Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/path/windows/mod.ts>isAbsolute

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function isAbsolute
Re-export
import { isAbsolute } from "https://deno.land/std@0.222.1/path/windows/mod.ts";

Verifies whether provided path is absolute

Parameters

path: string

to be verified as absolute

Returns

boolean