ColdFusion Path Usage And Manipulation Overview
<cfset strPath = GetTempFile( GetTempDirectory(),
"temp"
) />
For Cut-and-Paste
<cfset strPath = GetTempFile( GetTempDirectory(), "temp" ) />