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