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()

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub