From 4342309b3c898ec9a1d696eb68d4ebd8ad60f536 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:34:28 -0500 Subject: [PATCH] Created copy (markdown) --- copy.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 copy.md diff --git a/copy.md b/copy.md new file mode 100644 index 0000000..6058441 --- /dev/null +++ b/copy.md @@ -0,0 +1,15 @@ +The `copy` function has 3 parameters. + +- `source` -> The file to copy +- `destination` -> Where to copy to +- `message` -> The message to show while copying + +Example: +```json +{ + "type": "copy", + "source": "sdmc:/example.3dsx", + "destination": "sdmc:/3ds/example.3dsx", + "message": "Copying example.3dsx to sdmc:/3ds" +} +``` \ No newline at end of file