A local filesystem storage implementation.
A local filesystem storage implementation.
(localfs {:keys [basedir baseuri executor]
:or {executor (ForkJoinPool/commonPool)}
:as options})
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.
This function expects a map with the following options:
:basedir
: a fisical directory on your local machine:baseuri
: a base uri used for resolve the files:executor
: an executor instance (optional)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. This function expects a map with the following options: - `:basedir`: a fisical directory on your local machine - `:baseuri`: a base uri used for resolve the files - `:executor`: an executor instance (optional)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close