Initial downloadFile Page commit.

VoltZ
2019-11-07 04:10:25 +01:00
parent f1860b0434
commit 6d3835f259
+16
@@ -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"
}