Compress a file using the zip-deflate (RFC1981) algorithm
Util.CompressFile(Source, Destination)
The method syntax has these parts:
Part | Description |
---|---|
Source (String) | The full pathname of the source (uncompressed) file |
Destination (String) | The full pathname of the compressed (destination) file. This should end in .zip |
Return (Nothing) | Does not return a value. |