Compression Ratio/Level is always fixed
description
Hi,
I could Zip, unzip files and folders. when a folder /file is zipped using the [ZipFile class] Save method, the file is zipped with the default compression ratio and compression method.
Can we increase /alter these parameters. ZipDirEntry and ZipEntry classes have a facility to get the current compression ratio. If a facility is given to set the Compression ratio and compression method by overloading [ZipFile] save method, it would be prefect.