Liking cljdoc? Tell your friends :D

burningswell.file


delete-filesclj

(delete-files filenames & [silently])

Delete all filenames.

Delete all filenames.
raw docstring

edn-line-seqclj

(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.
raw docstring

file-exists?clj

(file-exists? filename)

Returns true if filename exists, otherwise false.

Returns true if `filename` exists, otherwise false.
raw docstring

read-all-bytesclj

(read-all-bytes filename)

Read all bytes from filename.

Read all bytes from `filename`.
raw docstring

read-base64clj

(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.
raw docstring

with-tmp-filescljmacro

(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.
raw docstring

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

× close