zipr()
andzipr_append()
get aninclude_directories = TRUE
argument, that can be used to omit directory entries from the zip archive. These entries may cause problems in MS Office docx files (#34).
-
zip_process()
andunzip_process()
can now pass extra arguments toprocessx::process
(#32). -
unzip_process()
now makes sure theexdir
path is created with forward slashes on Windows, mixing forward and backward slashes can cause errors.
zip()
andzip_append()
are now soft-deprecated, please usezipr()
andzipr_append()
instead.
-
New
zipr()
andzipr_append()
, they always store relative file names in the archive. -
New
unzip()
function for uncompressing zip archives. -
New
zip_process()
andunzip_process()
functions to create or uncompress an archive in a background process. -
zip()
,zipr()
,zip_append()
andzipr_append()
all include directories in the archives, empty ones as well. -
zip()
,zipr()
,zip_append()
andzipr_append()
all add time stamps to the archive andzip_list()
returns then in thetimestamp
column. -
zip()
,zipr()
,zip_append()
andzipr_append()
all add file and directory permissions to the archive on Unix systems, andzip_list()
returns them in thepermissions
column. -
zip_list()
now correctly reports the size of large files in the archive. -
Use miniz 2.0.8 internally.
First public release.