List Files in Zip Archive
Usage
get_zipped_paths(zip_file, include_dirs = FALSE)
Arguments
- zip_file
path to zip archive
- include_dirs
if TRUE
directory paths are also returned. The
default is FALSE
, i.e. only the paths to files are returned.
Value
paths to files contained in zip archive