diff --git a/copy.md b/copy.md new file mode 100644 index 0000000..6058441 --- /dev/null +++ b/copy.md @@ -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" +} +``` \ No newline at end of file