|
|
| WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives... |
|
|
|
|
|
|
|
| Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect. |
|
|
|
|
|
|
|
| Selects files from an archive. |
|
|
|
|
|
|
|
| Two types of archives are available... |
|
|
|
|
|
|
|
| Like for any application, WINDEV allows you to create a setup program for a Java application... |
|
|
|
|
|
|
|
| Devuelve el número de partes de un tamaño determinado necesarias para dividir un archivo de una sola parte. |
|
|
|
|
|
|
|
| Selecciona ficheros de un archivo. |
|
|
|
|
|
|
|
| Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes. |
|
|
|
|
|
|
|
| Elimina todos los archivos de un fichero. |
|
|
|
|
|
|
|
| The compressed files found in an archive can be handled by WDZip... |
|
|
|
|
|
|
|
| Abre un archivo existente en formato RAR. |
|
|
|
|
|
|
|
| Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte. |
|
|
|
|
|
|
|
| Determina si existe un archivo. |
|
|
|
|
|
|
|
| Abre un archivo existente. |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
| Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z). |
|
|
|
|
|
|
|
| Elimina un archivo de un fichero. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
| Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
|
| Elimina una lista de archivos de un fichero. |
|
|
|
|
|
|
|
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.
- El modo de encriptación del archivo.
|
|
|
|
|
|
|
|
| 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).. |
|
|
|
|
|
|
|
| Extrae y descomprime automáticamente los archivos en un directorio en el árbol de archivos de 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 todos los archivos de un fichero y los descomprime. |
|
|
|
|
|
|
|
| Extrae y descomprime una lista de archivos encontrados en 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. |
|
|
|
|
|
|
|
| Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos. |
|
|
|
|
|
|
|
| Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
|
| Abre un archivo existente en formato CAB. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Usage example of the zipCreate function |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Devuelve la ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
|
| Usage example of the zipIsMulti function |
|
|
|
|
|
|
|
| Usage example of the zipMsgError function |
|
|
|
|
|
|
|
| Usage example of the zipSplit function |
|
|
|
|
|
|
|
| Opens an existing archive in CAB format. |
|
|
|
|
|
|
|
| Usage example of the zipExtractPath function |
|
|
|
|
|
|
|
| WDZip se utiliza para comprimir y agrupar sus archivos en archivos.... |
|
|
|
|
|
|
|
| Returns the number of sub-archives (parts) in an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format. |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
|
| Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
|
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 files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
| Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
|
| Determines whether an archive exists. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
|
| Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
|
| Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
|
| Deletes a file from an archive. |
|
|
|
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL.
|
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) 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). |
|
|
|
|
|
|
|
| Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| Divide un archivo en varios subarchivos de un tamaño determinado. |
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Usage example of the zipOpen function |
|
|
|
|
|
|
|
| Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port. |
|
|
|
|
|
|
|
| Usage example of the zipOpenRAR function |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Usage example of the zipClose function |
|
|
|
|
|
|
|
| Disables the detection of an event on a serial port. |
|
|
|
|
|
|
|
| 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 zipCreateExe function |
|
|
|
|
|
|
|
| Usage example of the zipNbFile function |
|
|
|
|
|
|
|
| Usage example of the zipNbPart function |
|
|
|
|
|
|
|
| Usage example of the zipMerge function |
|
|
|
|
|
|
|
| Closes the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| Usage example of the zipOpenCAB function |
|
|
|
|
|
|
|
| Devuelve el ruta de un fichero encontrado en el archivo. |
|
|
|
|
|
|
|
| Usage example of the zipDeleteFile function |
|
|
|
|
|
|
|
| Usage example of the zipSize function |
|
|
|
|
|
|
|
| Usage example of the zipNbPartNeeded function |
|
|
|
|
|
|
|
| Usage example of the zipAddFile function |
|
|
|
|
|
|
|
| Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ) |
|
|
|
|
|
|
|
| Usage example of the zipListFile function |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Usage example of the zipChangePath function |
|
|
|
|
|
|
|
| WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application... |
|
|
|
|
|
|
|
| Usage example of the zipInfoFile function |
|
|
|
|
|
|
|
| Este documento presenta los diferentes modos de acceso a bases de datos desde una aplicación WINDEV Java... |
|
|
|
|
|
|
|
| Usage example of the zipExtractAll function |
|
|
|
|
|
|
|
| Usage example of the zipFileSize function |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits. |
|
|
|
|
|
|
|
| Usage example of the zipDeleteAll function |
|
|
|
|
|
|
|
| Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
|
| Usage example of the zipAddDirectory function |
|
|
|
|
|
|
|
| Usage example of the zipExtractFile function |
|
|
|
|
|
|
|
| Recupera la lista de calendarios de Google asociados a la cuenta de Google especificada. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Usage example of the zipFindFile function |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory. |
|
|
|
|
|
|
|
| Usage example of the fAttribute function |
|
|
|
|
|
|
|
| Writes a character string to the output buffer of the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| Returns or modifies the attributes of a file. |
|
|
|
|
|
|
|
Copias: - el contenido del registro en curso (cargado en memoria) en el registro en curso de un archivo de datos.
- el contenido de una variable de tipo Record en el registro en curso de un archivo de datos
|
|
|
|
|
|
|
|
| WLanguage Procedure ("Callback") llamado al añadir archivos con zipAddDirectory. |
|
|
|
|
|
|
|
| The remote administration tool is used to manage the backups of your dynamic WEBDEV websites. |
|
|
|
|
|
|
|
| Returns or modifies the attributes of a directory. |
|
|
|
|
|
|
|
Opens and initializes:- a serial port.
- a parallel port.
- an infrared port.
|
|
|
|
|
|
|
|
| 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") utilizado por zipAddDirectory para gestionar el progreso de los archivos que se añaden al archivo. |
|
|
|
|
|
|
|
| On mobile, when displaying images, each device has its own physical size and its own graphic resolution... |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
|
| The LogBackupDirectory property is used to manage the backup directory of log files. |
|
|
|
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
| You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
|
| When your Java application is developed, you can run the test of the Java project and compile it before creating the archive... |
|
|
|
|
|
|
|
| Usage example of the zipCurrentFile function |
|
|
|
|
|
|
|
| Una aplicación Java es una aplicación compilada íntegramente en Java... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| To share a project via the Source Code Manager, a repository must be created... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Hay dos métodos para instalar un sitio WEBDEV en un servidor Unix... |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL. |
|
|
|
|
|
|
|
| Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL. |
|
|
|
|
|
|
|
| WDDeploy is a tool used to easily deploy static or PHP sites... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Esta página de ayuda explica cómo... |
|
|
|
|
|
|
|
| La declaración <COMPILAR SI> permite Compile( o no) un código WLanguage según una condición. |
|
|
|
|
|
|
|
| Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ). |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
| La implementación interna de Apple permite superar la mayoría de las limitaciones de los otros dos modos (App Store implementación y Ad Hoc implementación) y distribuir ampliamente una aplicación sin la necesidad de los dispositivos cliente de reference... |
|
|
|
|
|
|
|
| Un proyecto ya fue creado y traducido.... |
|
|
|
|
|
|
|
| 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 generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc. |
|
|
|
|
|
|
|
| El centro de Gestión de Proyectos le permite mantener un historial de las incidencias encontradas en sus aplicaciones... |
|
|
|
|
|
|
|
| WINDEV y WINDEV Mobile le permiten desarrollar aplicaciones para tabletas Windows 10, Windows Phone 10 y teléfonos Windows 10 (Universal Windows 10 apps)... |
|
|
|
|
|
|
|
| Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
|
|
|
|
|
|
|
|
| Project Management Hub: project management (view, create, etc.) |
|
|
|
|
|
|
|
| Existen dos métodos para implementar aplicaciones... |
|
|
|
|
|
|
|
| Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other. |
|
|
|
|
|
|
|
| El panel "Explorador del proyecto" se utiliza para simplificar el entorno de desarrollo de WINDEV, WEBDEV y WINDEV Mobile... |
|
|
|
|
|
|
|
| WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java... |
|
|
|
|
|
|
|
| Los tipos avanzados de WLanguage son los siguientes |
|
|
|
|
|
|
|
| A component must be created from a project containing all the elements required for the component... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| Specific features of print in PDF format |
|
|
|
|
|
|
|
| Valor de las constantes para la API de 32 bits de Windows |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|