|
|
| Compressed files in an archive can be manipulated using WDZip... |
|
|
|
|
|
|
|
| This help page explains how to... |
|
|
|
|
|
|
|
| Two types of archives are available... |
|
|
|
|
|
|
|
| Like for any application, WINDEV allows you to create a setup program for a Java application... |
|
|
|
|
|
|
|
| Selecciona ficheros de un archivo. |
|
|
|
|
|
|
|
| Devuelve el número de partes de un tamaño determinado necesarias para dividir un archivo de una sola parte. |
|
|
|
|
|
|
|
| Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes. |
|
|
|
|
|
|
|
| Elimina todos los archivos de un fichero. |
|
|
|
|
|
|
|
| Abre un archivo existente en formato RAR. |
|
|
|
|
|
|
|
| Returns the list of files found in 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.
|
|
|
|
|
|
|
|
| Determina si existe un archivo. |
|
|
|
|
|
|
|
| Abre un archivo existente. |
|
|
|
|
|
|
|
| Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte. |
|
|
|
|
|
|
|
| Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z). |
|
|
|
|
|
|
|
| Elimina un archivo de un fichero. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives... |
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Elimina una lista de archivos de un fichero. |
|
|
|
|
|
|
|
| Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
|
| The zipArchive type is used to handle archive files in the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Extrae y descomprime automáticamente los archivos en un directorio en el árbol de archivos de un archivo a una ubicación física. |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física. |
|
|
|
|
|
|
|
| Añade todos los archivos que se encuentran en un directorio y en sus subdirectorios a un archivo y los comprime. |
|
|
|
|
|
|
|
| Extrae un archivo de un fichero y lo descomprime automáticamente en una ubicación física o en la memoria. |
|
|
|
|
|
|
|
| Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos. |
|
|
|
|
|
|
|
| Devuelve la ruta de un archivo encontrado en el archivo. |
|
|
|
|
|
|
|
| Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
|
| Abre un archivo existente en formato CAB. |
|
|
|
|
|
|
|
| Usage example of the zipClose function |
|
|
|
|
|
|
|
| Usage example of the zipNbPart function |
|
|
|
|
|
|
|
| Usage example of the zipOpen function |
|
|
|
|
|
|
|
| Usage example of the zipOpenCAB function |
|
|
|
|
|
|
|
| Usage example of the zipOpenRAR function |
|
|
|
|
|
|
|
| Usage example of the zipNbFile function |
|
|
|
|
|
|
|
| Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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 zipCreate function |
|
|
|
|
|
|
|
| Usage example of the zipNbPartNeeded function |
|
|
|
|
|
|
|
| Usage example of the zipMerge function |
|
|
|
|
|
|
|
| Usage example of the zipMsgError function |
|
|
|
|
|
|
|
| Usage example of the zipIsMulti function |
|
|
|
|
|
|
|
| Usage example of the zipSplit function |
|
|
|
|
|
|
|
| Usage example of the zipSize function |
|
|
|
|
|
|
|
| Usage example of the zipDeleteAll function |
|
|
|
|
|
|
|
| Usage example of the zipCreateExe function |
|
|
|
|
|
|
|
| Opens an existing archive in CAB format. |
|
|
|
|
|
|
|
| Usage example of the zipListFile function |
|
|
|
|
|
|
|
| Selects files from an archive. |
|
|
|
|
|
|
|
| Usage example of the zipExtractPath function |
|
|
|
|
|
|
|
| Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format. |
|
|
|
|
|
|
|
| Usage example of the zipDeleteFile function |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
|
| Usage example of the zipAddFile function |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive. |
|
|
|
|
|
|
|
| Usage example of the zipInfoFile function |
|
|
|
|
|
|
|
| Usage example of the zipChangePath function |
|
|
|
|
|
|
|
| Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
|
| Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z 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.
|
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
| Usage example of the zipAddDirectory function |
|
|
|
|
|
|
|
| Usage example of the zipFileSize function |
|
|
|
|
|
|
|
| Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
|
| Usage example of the zipExtractAll function |
|
|
|
|
|
|
|
| Determines whether an archive exists. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
|
| Usage example of the zipExtractFile function |
|
|
|
|
|
|
|
| Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
|
| Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
|
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 files found in an archive. |
|
|
|
|
|
|
|
| Deletes a file from an archive. |
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL.
|
|
|
|
|
|
|
|
| Usage example of the zipCurrentFile function |
|
|
|
|
|
|
|
| Usage example of the zipFindFile function |
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
| Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
|
| Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format). |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| Splits an archive into several sub-archives of a given size. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| WDZip sirve para comprimir y agrupar tus archivos en ficheros... |
|
|
|
|
|
|
|
| To install the files of a static site on a Web server... |
|
|
|
|
|
|
|
| Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port. |
|
|
|
|
|
|
|
| Disables the detection of an event on a serial port. |
|
|
|
|
|
|
|
| Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
|
| Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
|
|
|
|
|
|
|
| El tipo zipExeCreationParameter permite definir toda la información necesaria para crear un archivo autoextraíble (archivo .EXE). Este tipo de variable solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window... |
|
|
|
|
|
|
|
| Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
|
| Closes the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| Branches an event on a serial port. |
|
|
|
|
|
|
|
| Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol. |
|
|
|
|
|
|
|
| Devuelve el ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
|
| Varios dispositivos pueden ser gestionados directamente a través de una gestión de los puertos utilizados por estos dispositivos para comunicarse con el ordenador.... |
|
|
|
|
|
|
|
| Este documento presenta los diferentes modos de acceso a bases de datos desde una aplicación WINDEV Java... |
|
|
|
|
|
|
|
| Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
|
| Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
|
| WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application... |
|
|
|
|
|
|
|
| The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
|
| Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
Copies: - the content of the current record (loaded in memory) to the current data file record.
- the content of the Record variable to the current data file record.
|
|
|
|
|
|
|
|
| Writes a character string to the output buffer of the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory. |
|
|
|
|
|
|
|
| When creating a project, a directory specific to this project is automatically created... |
|
|
|
|
|
|
|
| Usage example of the fAttribute function |
|
|
|
|
|
|
|
Opens and initializes:- a serial port.
- a parallel port.
- an infrared port.
|
|
|
|
|
|
|
|
| On mobile, when displaying images, each device has its own physical size and its own graphic resolution... |
|
|
|
|
|
|
|
| Returns or modifies the attributes of a file. |
|
|
|
|
|
|
|
| The remote administration tool is used to manage the backups of your dynamic WEBDEV websites. |
|
|
|
|
|
|
|
| Returns or modifies the attributes of a directory. |
|
|
|
|
|
|
|
| When your Java application is developed, you can run the test of the Java project and compile it before creating the archive... |
|
|
|
|
|
|
|
| Procedimiento WLanguage ("Callback") utilizado por zipExtractDirectory para gestionar el progreso de los archivos que se extraen del archivo. |
|
|
|
|
|
|
|
| Downloads a document from Google Docs. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called when adding files with zipAddDirectory. |
|
|
|
|
|
|
|
| Descarga un documento de Google Docs. |
|
|
|
|
|
|
|
Copies: - the content of the current record (loaded in memory) to the current data file record.
- the content of the Record variable to the current data file record.
|
|
|
|
|
|
|
|
| Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance... |
|
|
|
|
|
|
|
| You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
|
| The different steps for translating the project messages with WDMSG are as follows: |
|
|
|
|
|
|
|
| The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB... |
|
|
|
|
|
|
|
| Una aplicación Java es una aplicación compilada íntegramente en Java... |
|
|
|
|
|
|
|
| There are two methods to install a WEBDEV website on a Unix server... |
|
|
|
|
|
|
|
| WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java... |
|
|
|
|
|
|
|
| Modifies the location of log files corresponding to an HFSQL data file. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Procedimiento WLanguage ("Callback") utilizado por la función zipAddFile para seguir el progreso de los archivos que se añaden al archivo comprimido. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| To share a project via the Source Code Manager, a repository must be created... |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| WDDeploy is a tool used to easily deploy static or PHP sites... |
|
|
|
|
|
|
|
| Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Procedimiento WLanguage ("Callback") utilizado por la función zipAddFileList para seguir el progreso de los archivos que se añaden al archivo comprimido. |
|
|
|
|
|
|
|
| To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000... |
|
|
|
|
|
|
|
| Project Management Hub: project management (view, create, ...) |
|
|
|
|
|
|
|
| A project was already created and translated... |
|
|
|
|
|
|
|
| The comparison between source and target text helps you find translation errors... |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| To develop Android applications with WINDEV Mobile, you must install... |
|
|
|
|
|
|
|
| The Project Management Hub groups all the details of the projects in a dashboard... |
|
|
|
|
|
|
|
| Creates a movable replication. |
|
|
|
|
|
|
|
| The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition. |
|
|
|
|
|
|
|
| The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc. |
|
|
|
|
|
|
|
| Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
|
|
|
|
|
|
|
|
| Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other. |
|
|
|
|
|
|
|
| The Project Management Hub is used to define spools of requests... |
|
|
|
|
|
|
|
| Los tipos avanzados de WLanguage son los siguientes |
|
|
|
|
|
|
|
| The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
|
| Existen dos métodos para implementar aplicaciones... |
|
|
|
|
|
|
|
| WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java... |
|
|
|
|
|
|
|
| A component must be created from a project containing all the elements required for the component... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Valor de las constantes para la API de 32 bits de Windows |
|
|
|
|
|
|