Hello, operations you need are the following: revZipOpenArchive archivePath, "write" Where archivePath is the filename of the new archive (e.g.: "c:/temp/myarchive.zip") In order to add a file to the archive, use the following code: revZipAddItemWithFile archivePath, itemName, filePath Where itemNam...