Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/fs/mod.ts>move

Deno templating engine
Latest
function move
import { move } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/mod.ts";

Moves a file or directory

Parameters

src: string
dest: string
optional
unnamed 2: MoveOptions = [UNSUPPORTED]

Returns

Promise<void>