|
|
|
Abre un archivo existente. |
|
|
|
|
|
|
Añade todos los archivos que se encuentran en un directorio y en sus subdirectorios a un archivo y los comprime. |
|
|
|
|
|
|
Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z). |
|
|
|
|
|
|
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos. |
|
|
|
|
|
|
Elimina todos los archivos de un fichero. |
|
|
|
|
|
|
Elimina un archivo de un fichero. |
|
|
|
|
|
|
Elimina una lista de archivos de un fichero. |
|
|
|
|
|
|
Declara el final de la adición optimizada de una serie de archivos a un archivo comprimido. Esta nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 3. |
|
|
|
|
|
|
Determina si existe un archivo. |
|
|
|
|
|
|
Extrae todos los archivos de un fichero y los descomprime. |
|
|
|
|
|
|
Extrae y descomprime automáticamente los archivos en un directorio en el árbol de archivos de un archivo a una ubicación física. |
|
|
|
|
|
|
Extrae un archivo de un fichero y lo descomprime automáticamente en una ubicación física o en la memoria. |
|
|
|
|
|
|
Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física. |
|
|
|
|
|
|
Devuelve la ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
Devuelve las características de un archivo encontrado un archivo:- El nombre del archivo y su ruta de almacenamiento.
- Tamaño inicial del archivo.
- El tamaño comprimido del archivo.
- Fecha y hora de creación del archivo.
- Fecha y hora de modificación del archivo.
- Fecha y hora de acceso al archivo.
- Los atributos del archivo.
- Modo de encriptación del archivo.
|
|
|
|
|
|
|
Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes. |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte. |
|
|
|
|
|
|
Devuelve el número de partes de un tamaño determinado necesarias para dividir un archivo de una sola parte. |
|
|
|
|
|
|
Abre un archivo existente en formato CAB. |
|
|
|
|
|
|
Abre un archivo existente en formato RAR. |
|
|
|
|
|
|
Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
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 nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 3. |
|
|
|
|
|
|
Selecciona ficheros de un archivo. |
|
|
|
|
|
|
Lista de constantes utilizadas por las funciones de archivos comprimidos. |
|
|
|
|
|
|
Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives... |
|
|
|
|
|
|
Two types of archives are available... |
|
|
|
|
|
|
Usage example of the zipAddDirectory function |
|
|
|
|
|
|
Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
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).. |
|
|
|
|
|
|
The zipArchivedFile type is used to handle: - a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
- a file to add into an archive.
|
|
|
|
|
|
|
Usage example of the zipChangePath function |
|
|
|
|
|
|
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
Usage example of the zipCreate function |
|
|
|
|
|
|
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
Usage example of the zipCurrentFile function |
|
|
|
|
|
|
Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
Deletes all files from an archive. |
|
|
|
|
|
|
Usage example of the zipDeleteFile function |
|
|
|
|
|
|
Deletes a file from an archive. |
|
|
|
|
|
|
Deletes a list of files from an archive. |
|
|
|
|
|
|
Declara el final de la adición optimizada de una serie de archivos a un archivo comprimido. Esta nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 3. |
|
|
|
|
|
|
El tipo zipExeCreationParameter permite definir toda la información necesaria para crear un archivo autoextraíble (archivo .EXE). Este nuevo tipo de variable está disponible en WINDEV Suite SaaS 2025 Update 3. |
|
|
|
|
|
|
Determines whether an archive exists. |
|
|
|
|
|
|
Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
|
|
|
|
|
|
Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
Usage example of the zipExtractPath function |
|
|
|
|
|
|
Devuelve el ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
Usage example of the 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.
|
|
|
|
|
|
|
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect. |
|
|
|
|
|
|
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
Usage example of the zipMsgError function |
|
|
|
|
|
|
Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
Usage example of the zipNbFile function |
|
|
|
|
|
|
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format). |
|
|
|
|
|
|
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 zipNbPartNeeded function |
|
|
|
|
|
|
Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
Opens an existing archive. |
|
|
|
|
|
|
Opens an existing archive in CAB format. |
|
|
|
|
|
|
Opens an existing archive in RAR format. |
|
|
|
|
|
|
Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format). |
|
|
|
|
|
|
Selects files from an archive. |
|
|
|
|
|
|
Usage example of the 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.
|
|
|
|
|
|
|
Usage example of the zipSplit function |
|
|
|
|
|
|
Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
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 nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 3.
En este esquema de base de datos, utilizaremos una tabla para almacenar la información necesaria. El tema proporcionado facilita el proceso de creación de esta tabla inicial. A continuación, emplearemos una tabla de unión para conectar diferentes tablas y asegurar que los datos fluyan correctamente entre ellas.El esquema de base de datos incluye pasos detallados para organizar y estructurar la información dentro de las tablas. Se recomienda revisar el tema para asegurarse de que todo esté configurado correctamente antes de proceder. Por último, la integración de tablas de unión es clave para mantener relaciones coherentes entre diferentes partes del esquema de base de datos. Asegúrate de actualizar las tablas y realizar pruebas frecuentes para verificar la integridad de los datos |
|
|
|
|
|
|
|
|
|
|
|