Skip to main content
Module

x/dext/deps/mod.ts>fs.moveSync

The Preact Framework for Deno
Latest
function fs.moveSync
import { fs } from "https://deno.land/x/dext@0.10.5/deps/mod.ts";
const { moveSync } = fs;

Moves a file or directory synchronously

Parameters

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