|
|
|
|
|
|
|
|
|
|
|
|
| Resultados de la búsqueda |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Usage example of the zipCreate function |
|
|
|
|
|
|
|
| Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
|
| Usage example of the zipCreateExe function |
|
|
|
|
|
|
|
| Opens an existing archive in CAB format. |
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Determines whether an archive exists. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
|
| Deletes a file from an archive. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format). |
|
|
|
|
|
|
|
| Usage example of the zipClose function |
|
|
|
|
|
|
|
| Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
|
| The zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| Usage example of the zipDeleteFile function |
|
|
|
|
|
|
|
| Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Selects files from an archive. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Usage example of the zipListFile function |
|
|
|
|
|
|
|
| Two types of archives are available... |
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Returns the number of sub-archives (parts) in an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format. |
|
|
|
|
|
|
|
| Usage example of the zipAddFile 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.
|
|
|
|
|
|
|
|
| Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
|
Devuelve:- el ruta completo del directorio para los informes y consultas personalizados. Este directorio corresponde al directorio de los informes y consultas de Visible por el usuario que los creó.
- el ruta completo del directorio para los informes y consultas compartidos. Este directorio corresponde al directorio de los informes y consultas de Visible por todos los usuarios de la aplicación.
|
|
|
|
|
|
|
|
| Returns the list of files found in an archive. |
|
|
|
|
|
|
|
| Usage example of the zipInfoFile function |
|
|
|
|
|
|
|
| Usage example of the zipAddDirectory function |
|
|
|
|
|
|
|
| Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
| Usage example of the zipExtractAll function |
|
|
|
|
|
|
|
| Devuelve el ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
|
| Usage example of the zipExtractFile function |
|
|
|
|
|
|
|
| Usage example of the zipNbFile function |
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Usage example of the zipNbPartNeeded function |
|
|
|
|
|
|
|
| Usage example of the zipNbPart function |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Usage example of the zipCurrentFile function |
|
|
|
|
|
|
|
| Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
|
| WLanguage Procedure ("Callback") llamado al añadir archivos con zipAddDirectory. |
|
|
|
|
|
|
|
| Procedimiento WLanguage ("Callback") utilizado por la función zipAddFile para seguir el progreso de los archivos que se añaden al archivo comprimido. |
|
|
|
|
|
|
|
| WLanguage Procedure ("Callback") utilizado por zipAddDirectory para gestionar el progreso de los archivos que se añaden al archivo. |
|
|
|
|
|
|
|
| Lista de constantes utilizadas por las funciones de archivos comprimidos. |
|
|
|
|
|
|
|
| Procedimiento WLanguage ("Callback") utilizado por la función zipAddFileList para seguir el progreso de los archivos que se añaden al archivo comprimido. |
|
|
|
|
|
|
|
| Specific features of print in PDF format |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|