mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-07 16:59:08 +00:00
Updated extractFile (markdown)
+15
-2
@@ -8,8 +8,8 @@ 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",
|
||||
@@ -17,3 +17,16 @@ You can find an example here:
|
||||
"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."
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user