|
|
|
|
|
- Retrieving the temporary directory of the computer
Retrieving the temporary directory of the computer The following code is used to retrieve the temporary directory of the current computer.
ResRepTemp is string
ResRepTemp = fTempPath()
IF ResRepTemp <> "" THEN
Info("Le répertoire temporaire sur ce poste est : " + ResRepTemp)
ELSE
Error(ErrorInfo(errMessage))
END
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|