I/O helper functions.
I/O helper functions.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close