Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.util.dir


*the-dir*clj

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.
sourceraw docstring

as-canonicalclj

(as-canonical dir)

As canonical File in terms of the current directory context

As canonical File in terms of the current directory context
sourceraw docstring

canonicalizeclj

(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.
sourceraw docstring

with-dircljmacro

(with-dir dir & body)

Push directory into current directory context for execution of body.

Push directory into current directory context for execution of body.
sourceraw docstring

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

× close