ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipListFile (Function)
Returns the list of files found in an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<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>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipDeleteFile (Function)
Deletes a file from an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
ControlToSource (Function)
Assigns the control value to the source of a control link.
fExeDir (Function)
Returns the directory from which the execution is started.