August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetTempDirectory
GetTempDirectory( )Returns the absolute path, including trailing backslash, of the temporary directory used by ColdFusion. Example:
<cfoutput> The temporary directory being used by ColdFusion is: #GetTempDirectory( )# </cfoutput>