OpenZipAsFile
Structure
OpenZipAsFile(sFileName)
Parameters
| Parameter | Type | Description
| sFileName | String | Name of the Zip file to be Opened/Created |
Return Value
None
Description
This function opens or creates a .ZIP file if one doesn't currenlty exist. Usually this would be combined with the Temp folder (GetIndySoftTempDir) so you can be assured a file can be created/read from.
Example
OpenZipAsFile(GetIndySoftTempDir & "MYZIP.ZIP")
Application Compatibility
All |