-
Notifications
You must be signed in to change notification settings - Fork 32
move
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"
}
Need help? Join our Discord server or create a discussion.