Table of contents

April 2, 2026 ยท View on GitHub


multiline-backtick

create-temp-dir

(create-temp-dir)

Function.

Creates a temp dir.

Source

delete-tree

(delete-tree)

Function.

Deletes a tree.

Source

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.

Source