(temp-resource-file & {:keys [dirname suffix]})
Get a temp file location that will be delete when the resource context unwinds
Get a temp file location that will be delete when the resource context unwinds
(with-temp-dir dirname-var & body)
Execute code with a variable bound to the name of a temp directory that will be removed when the code completes (or throws an exception).
Execute code with a variable bound to the name of a temp directory that will be removed when the code completes (or throws an exception).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close