(read printers app-dir)
Returns a map with
:filepath
:afilepath
:raw-content
if file can be read.:invalid?
is boolean:exception
if something wrong happened.:edn
if the translation is succesful.Returns a map with * `:filepath` * `:afilepath` * `:raw-content` if file can be read. * `:invalid?` is boolean * `:exception` if something wrong happened. * `:edn` if the translation is succesful.
(write-edn printers app-dir content)
Returns
:filepath
as given as a parameter:afilepath
file with absolute path:status
is :success
or :fail
:raw-content
:exception
(only if :status
is :fail
)Returns * `:filepath` as given as a parameter * `:afilepath` file with absolute path * `:status` is `:success` or `:fail` * `:raw-content` * `:exception` (only if `:status` is `:fail`)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close