(delete-files filenames & [silently])Delete all filenames.
Delete all filenames.
(edn-line-seq reader)Parse the lines in reader as EDN and return them as a seq.
Parse the lines in `reader` as EDN and return them as a seq.
(file-exists? filename)Returns true if filename exists, otherwise false.
Returns true if `filename` exists, otherwise false.
(read-all-bytes filename)Read all bytes from filename.
Read all bytes from `filename`.
(read-base64 filename)Read the file filename and return as a Base64 encoded string.
Read the file `filename` and return as a Base64 encoded string.
(with-tmp-files [& tmp-syms] & body)Evaluate body with tmp-syms to temporary file names, that are
delete after body has been evaluated.
Evaluate `body` with `tmp-syms` to temporary file names, that are delete after `body` has been evaluated.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |