www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: GetTempFolder

Previous  Top  Next  


Prototype: (),String

 

ReturnsReturns 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:

GetTempFilename

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/gettempfolder_core.htm