mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 08:49:08 +00:00
Updated extractFile (markdown)
+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",
|
||||||
|
|||||||
Reference in New Issue
Block a user