Created move (markdown)

Pk11
2020-09-25 16:35:24 -05:00
parent 4342309b3c
commit 0a810ce19f
+15
@@ -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"
}
```