import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/dir.ts"; Functionsfchdirchdir() Change the current working directory to path. throws NotFound exception if directory not available fcwdcwd() 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