A local filesystem storage implementation.
A local filesystem storage implementation.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close