diff --git a/extractFile.md b/extractFile.md new file mode 100644 index 0000000..08b19eb --- /dev/null +++ b/extractFile.md @@ -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." + } \ No newline at end of file