From 6d3835f25923675deba7b5683e87cc7d0c1368fd Mon Sep 17 00:00:00 2001 From: VoltZ <47382115+SuperSaiyajinVoltZ@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:10:25 +0100 Subject: [PATCH] Initial `downloadFile` Page commit. --- downloadFile.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 downloadFile.md 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