Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/yxz/path/path.ts>Path#moveSync

Deno Standard Extensions
Go to Latest
method Path.prototype.moveSync
import { Path } from "https://deno.land/x/yxz@0.17.0/path/path.ts";

Parameters

dest: Path | string
optional
options: { overwrite?: boolean; }