Updated extractFile (markdown)

Pk11
2019-11-10 13:21:10 -06:00
parent 75c8a39f64
commit 2d2f1a5cc1
+16 -3
@@ -8,12 +8,25 @@ The Function `extractFile` contains 4 Parameters.
`message` -> Message while extracting.
You can find an example here:
```
You can find an example for a folder here:
```json
{
"type": "extractFile",
"file": "/Spritesheets.zip",
"input": "/",
"output": "/LeafEdit/",
"message": "Extracting SpriteSheets... please wait."
}
}
```
<sup>*Note that the input and output folders **must** end in a `/`*</sup>
and an example for a file here:
```json
{
"type": "extractFile",
"file": "/LeafEdit.7z",
"input": "/LeafEdit.3dsx",
"output": "/3ds/LeafEdit.3dsx",
"message": "Extracting SpriteSheets... please wait."
}
```