Skip to main content
Module

x/pagic/deps.ts>fs.moveSync

A static site generator powered by Deno + React
Latest
function fs.moveSync
import { fs } from "https://deno.land/x/pagic@v1.6.3/deps.ts";
const { moveSync } = fs;

Moves a file or directory synchronously

Parameters

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