67d1c78450
Unzip zip file at `zipPath` to `targetPath`. `strip` is optional and defaults to `0`. If set to a number larger than `0`, that many components are removed from the paths of the extracted files. e.g. `a/b/c` is replaced with `b/c` when stripping one component or just `c` when stripping two. Returns whether all files were extracted successfully.