Thread-local directory context for resolving relative directories. Defaults to current directory. Should always hold an absolute directory java.io.File, never null.
Thread-local directory context for resolving relative directories. Defaults to current directory. Should always hold an absolute directory java.io.File, never null.
(as-canonical dir)
As canonical File in terms of the current directory context
As canonical File in terms of the current directory context
(canonicalize f)
Make canonical File in terms of the current directory context. f may be either absolute or relative.
Make canonical File in terms of the current directory context. f may be either absolute or relative.
(with-dir dir & body)
Push directory into current directory context for execution of body.
Push directory into current directory context for execution of body.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close