(assert-path f)
Ensure path is relative and in project.
Ensure path is relative and in project.
(delete-file f)
Deletes files in project only, recursively if directory.
Deletes files in project only, recursively if directory.
(into-once m coll)
Like into, but throws an error on duplicate keys.
Like into, but throws an error on duplicate keys.
(list-files f)
Lists files in the directory, not recursive.
Lists files in the directory, not recursive.
(some-entries m)
Returns the given map with nil entries removed.
Returns the given map with nil entries removed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close