Liking cljdoc? Tell your friends :D
Clojure only.

clojure.contrib.djui.io

I/O helper functions.

I/O helper functions.
raw docstring

read-fileclj

(read-file filename)

Read content of filename and parse it using edn. Empty files return nil.

Read content of filename and parse it using edn. Empty files return nil.
sourceraw docstring

tempfileclj

(tempfile)
(tempfile name ext)

Create a tempfile and return the filepath. The file will be deleted when then VM terminates normally.

Create a tempfile and return the filepath. The file will be deleted when then
VM terminates normally.
sourceraw docstring

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

× close