Updated extractFile (markdown)

Pk11
2020-11-01 15:50:21 -06:00
parent f8a744a584
commit ec344ed69a
+4 -4
@@ -1,4 +1,4 @@
The Function `extractFile` contains 4 Parameters. The `extractFile` function has 4 parameters. It extracts files matching a regexp from an archive.
`file` -> The Path to the Archive. `file` -> The Path to the Archive.
@@ -8,7 +8,7 @@ The Function `extractFile` contains 4 Parameters.
`message` -> Message while extracting. `message` -> Message while extracting.
You can find an example for a folder here: Example for extracting a folder:
```json ```json
{ {
"type": "extractFile", "type": "extractFile",
@@ -18,9 +18,9 @@ You can find an example for a folder here:
"message": "Extracting SpriteSheets... please wait." "message": "Extracting SpriteSheets... please wait."
} }
``` ```
<sup>*Note that the output folders **must** end in a `/`*</sup> *Note that the output folders **must** end in a `/`*
and an example for a file here: Example for extracting a file:
```json ```json
{ {
"type": "extractFile", "type": "extractFile",