(slurp-edn f)
Read the edn file specified by f, a string or File. An empty file will return nil.
Read the edn file specified by f, a string or File. An empty file will return nil.
(write-file f s)
Write the string s to file f. Creates parent directories for f if they don't exist.
Write the string s to file f. Creates parent directories for f if they don't exist.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close