cleanup-unique-directory ( quot -- )
Unique files

Prev:with-unique-directory ( quot -- path )


Vocabulary
io.files.unique

Inputs
quota quotation


Outputs
None

Word description
Creates a directory with unique-directory and calls the quotation using with-directory to set it as the current-directory.

Notes
The unique directory will be deleted after calling this word, even if an error is thrown in the quotation.

See also
unique-directory, with-unique-directory

Definition