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.
(create-temp-dir)Function.
Creates a temp dir.
(delete-tree)Function.
Deletes a tree.
(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.