From 0a810ce19f8f527d329c5daaede8c32434ef00bd Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:35:24 -0500 Subject: [PATCH] Created move (markdown) --- move.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 move.md diff --git a/move.md b/move.md new file mode 100644 index 0000000..52dfcc4 --- /dev/null +++ b/move.md @@ -0,0 +1,15 @@ +The `move` function has 3 parameters. + +- `oldFile` -> The file to copy +- `newFile` -> Where to copy to +- `message` -> The message to show while copying + +Example: +```json +{ + "type": "move", + "oldFile": "sdmc:/example.3dsx", + "newFile": "sdmc:/3ds/example.3dsx", + "message": "Moving example.3dsx to sdmc:/3ds" +} +``` \ No newline at end of file