jwutil (version 1.2.3)

unzip_single: unzip a single file from URL

Description

take a single file from zip located at a given URL, unzip into temporary directory, and copy to the given save_path

Usage

unzip_single(url, file_name, save_path)

Arguments

url

URL of a zip file

file_name

file name of the resource within the zip file

save_path

file path to save the first file from the zip