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