Expand description
Logic to compress directories into .zip
Functionsยง
- start_
compressing - Initializes compression for a source directory, creating a zip file at the specified destination.
- unzip_
file - Extracts a zip file to a specified output directory.
- zip_dir
- Compresses a directory into a zip archive.