Liking cljdoc? Tell your friends :D

automigrate.util.file

Utils for working with file system.

Utils for working with file system.
raw docstring

DEFAULT-ZERO-COUNTclj


join-pathclj

(join-path p & ps)

Join multiple pieces into single file path. Origin implementation: https://clojureverse.org/t/how-to-join-file-paths/814

Join multiple pieces into single file path.
Origin implementation: https://clojureverse.org/t/how-to-join-file-paths/814
raw docstring

list-filesclj

(list-files migrations-dir)

prn-errclj

(prn-err e)

read-ednclj

(read-edn f)

Return edn data from file. f - could be file path, file object or reader.

Return edn data from file.
f - could be file path, file object or reader.
raw docstring

safe-printlnclj

(safe-println more)
(safe-println more delimiter)

zfillclj

(zfill number)
(zfill number zero-count)

Convert number to string and fill with zero form left.

Convert number to string and fill with zero form left.
raw docstring

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

× close