Zip extract
An action block that extracts content from a zip file.
The fiber will pause until the extraction has completed.
The final directory level of source path may contain glob patterns.
Note! This block currently can’t extract files to secondary external storage (removable SD card).
Input arguments
- Source zip file — path to an existing zip file.
- Destination path — path to place extracted content.
- Source path in zip — path of content inside archive to extract, default is zip root directory.
- Recursive — whether to recursively extract directories and all their content, default is true.