Skip to content
Pk11 edited this page Jan 22, 2023 · 5 revisions

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

  • source -> The file to copy
  • destination -> Where to copy to

Example:

{
    "type": "copy",
    "source": "sdmc:/example.3dsx",
    "destination": "sdmc:/3ds/example.3dsx"
}
Clone this wiki locally