Liking cljdoc? Tell your friends :D

tech.io.temp-file


*files-in-flight*clj

source

random-file-urlclj

(random-file-url & {:keys [dirname suffix]})
source

random-temp-dirclj

(random-temp-dir & {:keys [root] :or {root (system-temp-dir)}})
source

system-temp-dirclj

(system-temp-dir)
source

temp-resource-fileclj

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

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