Skip to main content
Module

x/uuid/lib/lib.deno_runtime.d.ts>Deno.chdir

Deprecated! UUID is part of the deno standard library
Latest
function Deno.chdir
import { Deno } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { chdir } = Deno;

chdir() Change the current working directory to path. throws NotFound exception if directory not available

Parameters

directory: string