mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 00:39:30 +00:00
Updated move (markdown)
+4
-4
@@ -1,15 +1,15 @@
|
|||||||
The `move` function has 3 parameters. It moves the `oldFile` to `newFile`.
|
The `move` function has 3 parameters. It moves the `oldFile` to `newFile`.
|
||||||
|
|
||||||
- `oldFile` -> The file to copy
|
- `old` -> The file to copy
|
||||||
- `newFile` -> Where to copy to
|
- `new` -> Where to copy to
|
||||||
- `message` -> The message to show while moving
|
- `message` -> The message to show while moving
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "move",
|
"type": "move",
|
||||||
"oldFile": "sdmc:/example.3dsx",
|
"old": "sdmc:/example.3dsx",
|
||||||
"newFile": "sdmc:/3ds/example.3dsx",
|
"new": "sdmc:/3ds/example.3dsx",
|
||||||
"message": "Moving example.3dsx to sdmc:/3ds"
|
"message": "Moving example.3dsx to sdmc:/3ds"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user