4
downloadFile
Dark98 edited this page 2022-08-15 05:06:36 +01:00

The downloadFile function has 3 parameters. It downloads the specified file to output.

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.

Example:

{
    "type": "downloadFile",
    "file": "https://github.com/DarkStore-3DS/extras/raw/master/builds/DarkStore/DarkStore.cia",
    "output": "sdmc:/DarkStore.cia",
    "message": "Downloading DarkStore.cia"
}