4
move
Pk11 edited this page 2020-11-02 22:27:23 -06:00

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"
}