(vl-filename-mktemp [pattern directory extension])
Create a filename for use as a temporary file.
This function returns a string containing the filename for the temporary file.
Example
Code | Returns |
---|---|
(vl-filename-mktemp) | "C:\\TMP\\$VL~~001" |
Tell me about...
Programming Overview of LISP (LISt Processing) Language