AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 51-63 de 63 para zipCreate
zipCreate (Example)
Usage example of the zipCreate function
zipCreate (Función)
Crea un archivo.
zipClose (Example)
Usage example of the zipClose function
zipCreateExe (Example)
Usage example of the zipCreateExe function
zipCreateExe (Función)
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits.
zipListFile (Example)
Usage example of the zipListFile function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipAddFile (Example)
Usage example of the zipAddFile function
zipClose (Function)
Closes an archive.
zipNbPart (Example)
Usage example of the zipNbPart function
zipNbFile (Example)
Usage example of the zipNbFile function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
zipMsgError (Example)
Usage example of the zipMsgError function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
zipInfoFile (Example)
Usage example of the zipInfoFile function
zipExist (Function)
Determines whether an archive exists.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipExtractAll (Example)
Usage example of the zipExtractAll function
zipOpen (Function)
Opens an existing archive.
zipDeleteAll (Function)
Deletes all files from an archive.
zipSplit (Example)
Usage example of the zipSplit function
zipExtractFile (Example)
Usage example of the zipExtractFile function
zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format):
  • the compressed size of the file.
  • the size of file before compression.
zipIsMulti (Example)
Usage example of the zipIsMulti function
zipDeleteFile (Function)
Deletes a file from an archive.
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
zipExtractPath (Example)
Usage example of the zipExtractPath function
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
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).
zipAddFile (Función)
Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
<zipArchive variable>.Create (Función)
Crea un archivo.
zipArchive (Variable type)
The zipArchive type is used to handle archive files in the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipSelectFile (Function)
Selects files from an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipAddFileList (Función)
Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
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.
The single-part and multi-part archives
Two types of archives are available...
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format):
  • the size of all compressed files found in the archive.
  • the size of all files found in the archive before compression.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipEndAddingFile (Función)
Declara el final de la adición optimizada de una serie de archivos a un archivo comprimido.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
zipStartAddingFile (Función)
Declara el inicio de la adición optimizada de una serie de archivos a un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
zipListFile (Function)
Returns the list of files found in an archive.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
fReportsAndQueriesDir (Function)
Returns:
  • the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them.
  • the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users.
zipExtractPath (Función)
Devuelve el ruta de un fichero encontrado en el archivo.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
Procedimiento WLanguage llamado por la función zipAddFileList
Procedimiento WLanguage ("Callback") utilizado por la función zipAddFileList para seguir el progreso de los archivos que se añaden al archivo comprimido.
Procedimiento WLanguage llamado por la función zipAddFile
Procedimiento WLanguage ("Callback") utilizado por la función zipAddFile para seguir el progreso de los archivos que se añaden al archivo comprimido.
Constantes para funciones de archivos comprimidos
Lista de constantes utilizadas por las funciones de archivos comprimidos.
Mapa del sitio de la documentación de PC SOFT
1
2
3