Created extractFile (markdown)

VoltZ
2019-11-07 04:23:15 +01:00
parent 90b6f29d38
commit 2821e5a09c
+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."
}