ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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.
Remark: This function can only be run from a stored procedure.
Example
// Code of a stored procedure
fSaveText(CompleteDir(HServerWorkingDir()) + "MyFile.txt", MyTextString)
...
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: wd290hf.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help