Function zip_extensions::read::zip_extract_file
source · [−]pub fn zip_extract_file(
archive_file: &PathBuf,
entry_path: &PathBuf,
target_dir: &PathBuf,
overwrite: bool
) -> ZipResult<()>
Expand description
Extracts and entry in the ZIP archive to the given directory.