ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip, etc.) (prefix syntax)
Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ))
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
Restoring a project backup
in an archive file (ZIP extension)......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
How to create and handle a structure?
This help page explains how to create and handle a structure....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains...
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
WDZip: Overview
WDZip is used to compress and group your files in archives......
Constants for the archiving functions
List of constants used by the archiving functions....
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected...
The single-part and multi-part archives
Two types of archives are available......
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
zipSelectFile (Function)
Selects files from an archive.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipListFile (Function)
Returns the list of files found in an archive.
zipExist (Function)
Used to find out whether an archive exists.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
1
2
3
4
5
6
7
>