|
- Use conditions
- Error codes
- Closing the archive
- Number of parts
- Actions that can be performed on a multi-part archive
- The multi-part archive is found on diskettes
zipMerge (Function) In french: zipRegroupe Syntax
<Result> = zipMerge(<Archive> , <Archive destination> [, <Progress bar management>])
<Result>: Integer - 0 if the sub-archives have been merged,
- an error code (value greater than 0) otherwise. See the Remarks for more details.
<Archive>: Character string (with quotes) or zipArchive variable Name of archive to use. This name can correspond to: <Archive destination>: Character string (with quotes) Physical path of new single-part archive (up to 260 characters). This path must contain the name of single-part archive to create. If the extension (.WDZ or .ZIP) is not specified, the extension corresponds to the initial extension. You have the ability to specify the same path and name as the split archive: the split archive will be overwritten by the merged archive.
<Progress bar management>: Optional character string (with or without quotes) Versions 21 and later New in version 21
Remarks Use conditions Remark: The merge operation can be performed if: - The archive exists (an archive is created by zipCreate).
- The archive is a multi-part archive.
- The archive is not in "CAB" format, in "RAR" format or in "TAR" or TARGZ" format.
Reminder:  Only the archives in ZIP, TAR and TGZ (TAR.GZ) format are available. Only the archives in ZIP format are available.
Error codes The following error codes are returned: - 1: The path passed in parameter does not exist.
- 2: Access denied: the user has no sufficient rights.
- 3: The archive is corrupted.
- 6: The sub-archives are not arranged in order.
The message corresponding to the error code is returned by zipMsgError. Closing the archive Once zipMerge has been used on an archive, this archive is not closed. You must use: - zipClose to close the multi-part archive.
- zipOpen to open the new single-part archive.
Number of parts zipNbPart enables you to find out the number of sub-archives in a multi-part archive. Actions that can be performed on a multi-part archive Some archiving functions can only be used with single-part archives (add and delete files, create a self-extracting executable, etc.). To perform these operations, simply group the sub-archives (zipMerge) to obtain a single-part archive. From a multi-part archive, you only have the ability to: Business / UI classification : Business Logic
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |