mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 08:49:08 +00:00
Created copy (markdown)
+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"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user