Skip to main content
Module

x/lume/deps/fs.ts>move

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function move
import { move } from "https://deno.land/x/lume@v1.15.2/deps/fs.ts";

Moves a file or directory.

Examples

Example 1

import { move } from "https://deno.land/std@0.224.0/fs/mod.ts";

move("./foo", "./bar"); // returns a promise

Parameters

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