Returns the list of archive formats supported by the current platform, in the format expected by the filter of
fSelect.
// Retrieve the list of archive formats
ResArchiveFormat = zipFilter()
Syntax
<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)