ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
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.
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.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
zipDeleteFile (Function)
Deletes a file from an archive.
SOAPRun (Function)
Runs a procedure on a SOAP server.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
zipDeleteAll (Function)
Deletes all files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
SocketConnect (Function)
Connects a client computer to a given socket.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
SocketCreate (Function)
Creates a socket.
SocketWrite (Function)
Writes a message intended to another socket.