Navigation: Reference > Functions By Category > Files and filenames >
cCreateTmpFile()
Creates a empty temporary file.
Syntax:
cCreateTmpFile([<cPath>],[<cPrefix>]) -> lOk
Params:
<cPath>
Directory path for the temporary file. By default the result of cGetTmpPath() will be used.
<cPrefix>
Prefix for the filename. Default "tmp".