Liking cljdoc? Tell your friends :D

refactor-nrepl.rename-file-or-dir


path-nsclj

(path-ns path)

Takes a path to a source file and constructs a namespace symbol out of the path.

Takes a `path` to a source file and constructs a namespace symbol
out of the path.
sourceraw docstring

rename-file-or-dirclj

(rename-file-or-dir old-path new-path)
(rename-file-or-dir old-path new-path ignore-errors?)

Renames a file or dir updating all dependent files.

old-path and new-path are expected to be aboslute paths.

Returns a list of all files that were affected.

Renames a file or dir updating all dependent files.

old-path and new-path are expected to be aboslute paths.

Returns a list of all files that were affected.
sourceraw docstring

update-ns-reference-in-libspecclj

(update-ns-reference-in-libspec old-ns new-ns libspec)
source

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

× close