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

x/frugal/dep/std/fs.ts>moveSync

A frugal web framework
Go to Latest
function moveSync
import { moveSync } from "https://deno.land/x/frugal@0.3.0/dep/std/fs.ts";

Moves a file or directory synchronously

Parameters

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