Dacris.Maestro.Zip.Decompress Interaction

Decompresses a ZIP to a directory.

Preconditions:

outputDir is the filesystem path of the directory, and inputFile is the zip file path.

Sample State.json Input

{
  "sampleKey": {
    "outputDir": "folder1/folder2/yourFile.txt",
    "inputFile": "folder1/folder2/yourFile.txt"
  }
}