Module

x/pagic/deps.ts>fs.move

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

Moves a file or directory

Parameters

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