temp-dir

Functions
temporary-directory &key (prefix "temp") directory
temporary-file &key (prefix "temp") directory (direction :output) (element-type 'character) (external-format :default)
temporary-file-name &key (prefix "temp") directory
Macros
with-temporary-directory (var &rest arg) &body body
with-temporary-file (stream &rest arg) &body body
temporary-file-name  &key (prefix "temp") directory  [Function]
:undocumented
temporary-file  &key (prefix "temp") directory (direction :output) (element-type 'character) (external-format :default)  [Function]
Create a unique file.
with-temporary-file  (stream &rest arg) &body body  [Macro]
:undocumented
temporary-directory  &key (prefix "temp") directory  [Function]
:undocumented
with-temporary-directory  (var &rest arg) &body body  [Macro]
:undocumented