Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/gustwind/server-deps.ts>fs.moveSync

πŸ³πŸ’¨ – Deno powered JSON oriented site generator
Go to Latest
function fs.moveSync
import { fs } from "https://deno.land/x/gustwind@v0.35.5/server-deps.ts";
const { moveSync } = fs;

Moves a file or directory synchronously

Parameters

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