Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/fs.ts>move

[WIP] A framework for crafting interactions with Substrate chains
Latest
function move
import { move } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/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]