Skip to main content
Module

x/deno/js/deno.ts>cwd

A modern runtime for JavaScript and TypeScript.
Go to Latest
function cwd
import { cwd } from "https://deno.land/x/deno@v0.17.0/js/deno.ts";

cwd() Return a string representing the current working directory. If the current directory can be reached via multiple paths (due to symbolic links), cwd() may return any one of them. throws NotFound exception if directory not available

Returns

string