ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
HDelete (Function)
Deletes a record from a data file (query or view).
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fSeek (Function)
Gets and sets current position in an external file.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
iPrintImage (Function)
Sends the image file to print to the print buffer.
HInfoAnalysis (Function)
Returns information about a database schema (WDD file).
fLongPath (Function)
Returns the full long path of a file or directory.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.