2
copy
Pk11 edited this page 2020-11-01 15:44:25 -06:00

The copy function has 3 parameters. It copies the source file to the destination.

  • source -> The file to copy
  • destination -> Where to copy to
  • message -> The message to show while copying

Example:

{
    "type": "copy",
    "source": "sdmc:/example.3dsx",
    "destination": "sdmc:/3ds/example.3dsx",
    "message": "Copying example.3dsx to sdmc:/3ds"
}