ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sitemap file for Google
To better analyze the content of the sites, the search engine of Google uses an XML file named "Sitemap" (if it is available)...
Analysis: Description of data file structure
The analysis allows you to define the structure of data files used by the project...
Uploading files
Uploading consists in saving a file located on the user's computer to a web server...
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"...
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
Universal replication
The purpose of universal replication is to keep several databases synchronized......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located...
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined...
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set...
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description....
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control....
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external...
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor...
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress,...
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...