Liking cljdoc? Tell your friends :D

org.soulspace.overarch.util.io

Contains I/O related functions.

Contains I/O related functions.
raw docstring

all-files-by-extensionclj

(all-files-by-extension dir ext)

Returns all files in dir with the given extension ext.

Returns all files in `dir` with the given extension `ext`.
sourceraw docstring

load-ednclj

(load-edn filename)

Returns the data from the file named filename.

Returns the data from the file named `filename`.
sourceraw docstring

load-edn-from-resourceclj

(load-edn-from-resource filename)

Returns the data from the resource named filename.

Returns the data from the resource named `filename`.
sourceraw docstring

split-pathclj

(split-path path)

Splits a path into a sequence of file entries.

Splits a path into a sequence of file entries.
sourceraw docstring

windows-path?clj

(windows-path? path)

Returns true, if the path is of a windows system.

Returns true, if the path is of a windows system.
sourceraw docstring

write-jsonclj

(write-json filename data)

Writes the data as JSON to filename.

Writes the data as JSON to `filename`.
sourceraw docstring

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

× close