AddToZipFromFile
Structure
AddToZipFromFile(sFullFilePath)
Parameters
| Parameter | Type | Description
| sFullFilePath | String | Name of the file that should be added to the currently open Zip file |
Return Value
None
Description
This function adds a file to the currently opened ZIP file (Opened with OpenZipAsFile). Make sure to pass the full path of the file that you wish to add to the Zip.
Example
AddToZipFromFile(GetIndySoftTempDir & "FileToAdd.BMP")
Application Compatibility
All |