|
|
|
|
|
HClearWorkingDir (Function) In french: HPurgeRepTravail
Available 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.
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|