diff --git a/downloadFile.md b/downloadFile.md new file mode 100644 index 0000000..08eefff --- /dev/null +++ b/downloadFile.md @@ -0,0 +1,16 @@ +The Function `downloadFile` contains 3 Parameters. + +`file` -> Which means the Download URL to the File. + +`output` -> Which means the place, where the downloaded File should be placed. + +`message` -> The Message, which should be displayed while downloading. + +You can find an example here: +``` + { + "type": "downloadFile", + "file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia", + "output": "sdmc:/Universal-Updater.cia", + "message": "Downloading Universal-Updater.cia" + } \ No newline at end of file