ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Archive functions
  • Supported archive formats
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Example
// Retrieve the list of archive formats
ResArchiveFormat = 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: wd290zip.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/05/2023

Send a report | Local help