Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface fs.MoveOptions
import { type fs } from "https://deno.land/x/assert_fs@v0.1.0/deps.ts";
const { MoveOptions } = fs;

Options for move and moveSync.

Properties

optional
overwrite: boolean = false

Whether the destination file should be overwritten if it already exists.