ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HClearWorkingDir (Function)
In french: HPurgeRepTravail
HFSQL Client/ServerAvailable only with this kind of connection
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed. This directory is automatically cleared and destroyed during the disconnection of the client.
Note This function can only be executed from a stored procedure.
Example
// Code d'une procédure stockée
fSaveText(CompleteDir(HServerWorkingDir()) + "MonFichier.txt", MaChaîneTexte)
...
HClearWorkingDir()
Syntax
<Result> = HClearWorkingDir()
<Result>: Boolean
  • True if the directory was destroyed,
  • False otherwise. HErrorInfo is used to identify the error.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help