Skip to main content
Module

x/clone/deps.ts>fs.moveSync

A simple utility for the convenient clone
Latest
function fs.moveSync
import { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts";
const { moveSync } = fs;

Moves a file or directory synchronously

Parameters

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