|
|
|
|
|
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. Remark: This function can only be run from a stored procedure. // 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|