|
Previous Top Next |
Prototype: | (),String |
Returns | Returns the folder for temporary files |
This method returns the currently set temp folder. This depends on the environment settings and the %TEMP% environment variable. If you run the app from the Clarion IDE it will pick up a different TEMP folder than if you run it independent of the IDE. That is because the Clarion IDE is 16bit so it has a different enviornment setting than standard 32bit programs.
Example:
ITC ITCoreClass
Code
Message('Temp folder: ' & ITC.GetTempFolder())
See also: