mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Created extractFile (markdown)
+19
@@ -0,0 +1,19 @@
|
|||||||
|
The Function `extractFile` contains 4 Parameters.
|
||||||
|
|
||||||
|
`file` -> The Path to the Archive.
|
||||||
|
|
||||||
|
`input` -> What exactly in the Archive should be extracted?
|
||||||
|
|
||||||
|
`output` -> Where should it be extracted?
|
||||||
|
|
||||||
|
`message` -> Message while extracting.
|
||||||
|
|
||||||
|
You can find an example here:
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"type": "extractFile",
|
||||||
|
"file": "/Spritesheets.zip",
|
||||||
|
"input": "/",
|
||||||
|
"output": "/LeafEdit/",
|
||||||
|
"message": "Extracting SpriteSheets... please wait."
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user