Created copy (markdown)

Pk11
2020-09-25 16:34:28 -05:00
parent b3cd7f45fb
commit 4342309b3c
+15
@@ -0,0 +1,15 @@
The `copy` function has 3 parameters.
- `source` -> The file to copy
- `destination` -> Where to copy to
- `message` -> The message to show while copying
Example:
```json
{
"type": "copy",
"source": "sdmc:/example.3dsx",
"destination": "sdmc:/3ds/example.3dsx",
"message": "Copying example.3dsx to sdmc:/3ds"
}
```