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)...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project...
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"...
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.
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...
<Source>.Creation (Function)
Creates an empty table (extension ".FIC") with index file, full-text index file, spatial index...
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
HIndex (Function)
Rebuilds the file index (".NDX" file).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description....
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....
Universal replication
The purpose of universal replication is to keep several databases synchronized......
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...
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via...
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via...
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.