AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
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
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local