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

x/deno/std/fs/move.ts>move

A modern runtime for JavaScript and TypeScript.
Go to Latest
function move
import { move } from "https://deno.land/x/deno@v0.22.0/std/fs/move.ts";

Moves a file or directory

Parameters

src: string
dest: string
optional
options: MoveOptions

Returns

Promise<void>