ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
0 if the creation was performed. In this case, the archive is opened. In order for this archive to be handled by the user before closing the application, don't forget to close the archive (<zipArchive variable>.Close). An error code (value greater than 0) otherwise. For more details on these error codes, see the Remarks.
Name of a zipArchive variable that corresponds to the archive to use.
Path and name of archive (up to 260 characters). The archive extension must be specified:".WDZ" to create a WINDEV archive.".ZIP" to create an archive in WinZip or PKZip format.".CAB" to create an archive in "Cabinet Files" format.Versions 18 and later".7z" to create an archive in 7Z format. New in version 18".7z" to create an archive in 7Z format. ".7z" to create an archive in 7Z format. Versions 21 and later".TAR" to create an archive in TAR format. New in version 21".TAR" to create an archive in TAR format. ".TAR" to create an archive in TAR format. Versions 21 and later".TAR.GZ" to create an archive in TAR.GZ format. New in version 21".TAR.GZ" to create an archive in TAR.GZ format. ".TAR.GZ" to create an archive in TAR.GZ format. Versions 21 and later".TGZ" to create an archive in TGZ format. New in version 21".TGZ" to create an archive in TGZ format. ".TGZ" to create an archive in TGZ format. If no extension is specified, an archive in WDZ format is created. Caution: Only the archives in ZIP, TAR and TGZ (TAR.GZ) format are available. If the same archive already exists in the specified directory, this archive is overwritten by the new archive.
Options for managing the archives:Versions 17 and laterzipAnsiNew in version 17zipAnsizipAnsiUsed to force the backup of file names in Ansi format in the Archive file.This constant is used by default in an application that is using the Ansi mode. zipHeader64Allows you to create an archive exceeding 4 GB on which zipChangePath can be used.By default, this option is not used. Versions 21 and laterArchive in TAR or TGZ format (TAR.GZ): This constant is not available. New in version 21Archive in TAR or TGZ format (TAR.GZ): This constant is not available. Archive in TAR or TGZ format (TAR.GZ): This constant is not available. zipUncompressedThe content of the archive will not be compressed.Used with the CAB archives, this constant allows you to only use the function for archiving the CAB format.By default, this option is not used. Versions 21 and laterArchive in TAR or TGZ format (TAR.GZ): This constant is not available. New in version 21Archive in TAR or TGZ format (TAR.GZ): This constant is not available. Archive in TAR or TGZ format (TAR.GZ): This constant is not available. Versions 17 and laterzipUnicodeNew in version 17zipUnicodezipUnicodeUsed to force the backup of file names in Unicode format in the Archive file.This constant is used by default in an application that is using the Unicode mode.Versions 21 and laterArchive in TAR or TGZ format (TAR.GZ): If this constant is used, file names in Unicode format are not saved in Unicode in the Archive file.. New in version 21Archive in TAR or TGZ format (TAR.GZ): If this constant is used, file names in Unicode format are not saved in Unicode in the Archive file.. Archive in TAR or TGZ format (TAR.GZ): If this constant is used, file names in Unicode format are not saved in Unicode in the Archive file.. Archive in 7z format: This parameter is not available.
Level of compression
Error codes
Use condition
Last update: 10/14/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: