ColdFusion Path Usage And Manipulation Overview

<cfset strPath = GetTempFile(
	GetTempDirectory(),
	"temp"
	) />

For Cut-and-Paste