Liking cljdoc? Tell your friends :D
Clojure only.

cloregram.filesystem


temp-pathclj

(temp-path path)

Returns java.nio.file.Path object represents java.nio.file.Path argument path resolved relatively to current temporal directory root.

Returns `java.nio.file.Path` object represents `java.nio.file.Path` argument `path` resolved relatively to current temporal directory root.
sourceraw docstring

temp-rootclj

Returns common filesystem java.nio.file.Path object of unique root temp folder for this run: /tmp/<project_group>/<project_name>/<project_version>/<millis_from_epoch>. Redefine it if you need another folder or filesystem.

Returns common filesystem `java.nio.file.Path` object of unique root temp folder for this run: `/tmp/<project_group>/<project_name>/<project_version>/<millis_from_epoch>`. Redefine it if you need another folder or filesystem.
sourceraw docstring

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

× close