Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface fs.MoveOptions
import { type fs } from "https://deno.land/x/assert_fs@v0.1.1/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.