| 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 |