Skip to content
Pk11 edited this page Nov 3, 2020 · 5 revisions

The move function has 3 parameters. It moves the oldFile to newFile.

  • old -> The file to copy
  • new -> Where to copy to
  • message -> The message to show while moving

Example:

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