mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 00:39:30 +00:00
Initial downloadFile Page commit.
+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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user