ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
  • Retrieving the temporary directory of the computer
fTempPath (Example)
Retrieving the temporary directory of the computer
The following code is used to retrieve the temporary directory of the current computer.
// --Code de clic sur BTN_RépertoireTemp
// Déclaration de la variable
ResRepTemp is string
// Récupération du nom du répertoire temporaire
ResRepTemp = fTempPath()
// Erreur ?
IF ResRepTemp <> "" THEN
	Info("Le répertoire temporaire sur ce poste est : " + ResRepTemp)
ELSE
	// Affichage du message d'erreur
	Error(ErrorInfo(errMessage))
END
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help