You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
zip() creates a new ZIP archive. (It overwrites the output file if itexists.) Simply supply all directories and files that you want toinclude in the archive.
It makes sense to change to the top-level directory of the files beforearchiving them, so that the files are stored using a relative path name.
Compressing and uncompressing in background processes
You can use thezip_process() andunzip_process() functions tocreate background zip / unzip processes. These processes wereimplemented on top of theprocessx::process class, so they arepollable.