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

The move function has 2 parameters. It moves the old file to the new path.

  • old -> The file to copy
  • new -> Where to copy to

Example:

{
    "type": "move",
    "old": "sdmc:/example.3dsx",
    "new": "sdmc:/3ds/example.3dsx",
}
Clone this wiki locally