ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting...
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting...
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files...
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
1
5
6
7
8
9
12
>