Table of contents
April 2, 2026 ยท View on GitHub
multiline-backtickcreate-temp-dir- Creates a temp dir.delete-tree- Deletes a tree.with-temp-dir- Evaluates body with binding-name bound to the result of(create-temp-dir options), then cleans up.
multiline-backtick
create-temp-dir
(create-temp-dir)
Function.
Creates a temp dir.
delete-tree
(delete-tree)
Function.
Deletes a tree.
with-temp-dir
(with-temp-dir)
Function.
Evaluates body with binding-name bound to the result of (create-temp-dir options), then cleans up. See create-temp-dir for valid options.
The directory will be removed with delete-tree on exit from the scope.