import { move } from "https://deno.land/x/lume@v1.16.1/deps/fs.ts";
Moves a file or directory.
Examples
Example 1
Example 1
import { move } from "https://deno.land/std@0.224.0/fs/mod.ts";
move("./foo", "./bar"); // returns a promise
import { move } from "https://deno.land/x/lume@v1.16.1/deps/fs.ts";
Moves a file or directory.
Example 1
import { move } from "https://deno.land/std@0.224.0/fs/mod.ts";
move("./foo", "./bar"); // returns a promise