getTempDirectory

Gets the path of the directory that CFML uses for
temporary files. Before using this function in an application,
test to determine the directory it returns under your account.
Returns the absolute pathname of a directory, including a
trailing slash.

getTempDirectory() → returns string

Links more information about getTempDirectory

Examples
Sample code invoking the getTempDirectory function

File system path where temporary files are stored

getTempDirectory()

Fork me on GitHub