Updated move (markdown)

Pk11
2020-11-02 22:27:23 -06:00
parent 9dd47842dc
commit 5d62d9ee76
+4 -4
@@ -1,15 +1,15 @@
The `move` function has 3 parameters. It moves the `oldFile` to `newFile`.
- `oldFile` -> The file to copy
- `newFile` -> Where to copy to
- `old` -> The file to copy
- `new` -> Where to copy to
- `message` -> The message to show while moving
Example:
```json
{
"type": "move",
"oldFile": "sdmc:/example.3dsx",
"newFile": "sdmc:/3ds/example.3dsx",
"old": "sdmc:/example.3dsx",
"new": "sdmc:/3ds/example.3dsx",
"message": "Moving example.3dsx to sdmc:/3ds"
}
```