Article Details
Id:19273
Product:finPOWER Connect
Type:NEW
Version:4.00.00
Opened:10/06/2022
Closed:20/06/2022
Released:21/12/2022
Job: J028945

Business Layer; Compression Utilities; Functions added to assist with Zip file handling

The following Functions have been added to ISCompressionUtilities to assist with Zip file handling:

  • ZipArchiveCreate(files, destinationFileName, Optional deleteExisting) As Boolean
  • ZipArchiveCreate(sourceFolder, destinationFileName,Optional deleteExisting) As Boolean
  • ZipArchiveExtract(zipFileName, extractLocation) As Boolean

These Functions allow Zip files to be created (either by selecting an entire folder to compress, or an ISList of specific files) or extracted.