ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
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).
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreate (Function)
Creates an archive.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
grImageSize (Function)
Defines the size of the image containing the chart.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipClose (Function)
Closes an archive.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipListFile (Function)
Returns the list of files found in an archive.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
SMSSend (Function)
Sends an SMS.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
SMSReset (Function)
Resets all variables of SMS structure.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
zipOpen (Function)
Opens an existing archive.