Liking cljdoc? Tell your friends :D

tech.io.temp-file


*files-in-flight*clj

source

random-file-urlclj

(random-file-url dirname & [suffix])
source

random-temp-dirclj

(random-temp-dir &
                 {:keys [root]
                  :or {root (System/getProperty "java.io.tmpdir")}})
source

watch-file-for-deleteclj

(watch-file-for-delete path-or-file)
source

with-temp-dircljmacro

(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).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close