GetTempFile()
Creates a temporary file in a directory whose name starts with (at most) the first three characters of prefix.
GetTempFile( dir=string, prefix=string, extension=string );
Returns: String
Examples
dump(GetTempFile(getTempDirectory(), "demo"));
See also
- File handling
- GetTempDirectory()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)