DeleteZipFilesFromMask
Structure
DeleteZipFilesFromMask(sMask)
Parameters
| Parameter | Type | Description
| sMask | String | file name or Mask to be used when deleting files from the zip |
Return Value
None
Description
This function deletes 1 or more files from the currently opened ZIP file (Opened with OpenZipAsFile). Pass a parameter that specifies 1 specific filename or a mask (ie. *.BMP)
Example
DeleteZipFilesFromMask("*.BMP")
Application Compatibility
All |