Utils for working with file system.
Utils for working with file system.
(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
(list-files migrations-dir)
(prn-err e)
(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.
(safe-println more)
(safe-println more delimiter)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close