ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Archive functions
  • Supported archive formats
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Example
// Récupération de la liste des formats d'archives
ResFormatArchive = zipFilter()
Syntax
<Result> = zipFilter()
<Result>: Character string
List of archive formats supported by the current platform in the following format:
<Description> + TAB + <*.Extension> + CR + <Description2> + TAB + <*.Extension2>

where:
  • <Description> corresponds to the format name. For example: "Winzip archive (*.zip)".
  • <Extension> corresponds to the different extensions of <Description>.
Remarks

Supported archive formats

The following archive formats are supported in Windows:
  • Winzip archive (*.zip)
  • WINDEV archive (*.wdz)
  • Cabinet file (*.cab)
  • Roshal ARchive (*.rar)
  • 7z archive (*.7z)
  • Tape ARchive (*.tar)
  • Compressed Tape ARchive (*.tgz; *.tar.gz; *.gz)
  • WINDEV self-extracting archive (*.exe)
Component: wd300zip.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help