Liking cljdoc? Tell your friends :D

datoteka.storages.local

A local filesystem storage implementation.

A local filesystem storage implementation.
raw docstring

localfsclj

(localfs {:keys [basedir baseuri executor]
          :or {executor (ForkJoinPool/commonPool)}
          :as keys})

Create an instance of local FileSystem storage providing an absolute base path.

If that path does not exists it will be automatically created, if it exists but is not a directory, an exception will be raised.

Create an instance of local FileSystem storage providing an
absolute base path.

If that path does not exists it will be automatically created,
if it exists but is not a directory, an exception will be
raised.
sourceraw docstring

normalize-pathclj

(normalize-path base path)
source

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

× close