ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
fTrackFile (Function)
Triggers the tracking of a file.
fAddText (Function)
Adds the content of a character string at the end of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
fDelete (Function)
Deletes a file accessible from the current computer.
fMoveDir (Function)
Moves a directory and its content.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
fDirExist (Function)
Checks the existence of a directory.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<DiskFile variable>.Close (Function)
Closes an external file.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
fSize (Function)
Returns the size of a file (in bytes).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fFileName (Function)
Returns the name of an external file that is currently opened.
fWrite (Function)
Writes: a character string into an external file. a memory section....
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fClose (Function)
Closes an external file.
fSelect (Function)
Opens the Windows file picker.