pub fn unzip_directory<P: AsRef<Path>>(
zip_file: P,
dest_dir: P,
) -> ZipResult<String>
Expand description
Unpack ZIP archive
Unpacks specified ZIP archive into a directory.
ยงArguments
zip_file
- Path to ZIP file to unpackdest_dir
- Destination directory