Liking cljdoc? Tell your friends :D
Clojure only.

clj-zig.fs

Filesystem helpers shared by the shell namespaces. Effects on files live here so the cache and the compiler bootstrap reuse one implementation.

Filesystem helpers shared by the shell namespaces. Effects on files live
here so the cache and the compiler bootstrap reuse one implementation.
raw docstring

delete-recursively!clj

(delete-recursively! file)

Delete file, removing a directory's contents before the directory itself. A missing file is a no-op. A symbolic link is deleted directly, never followed: isDirectory follows links, so descending a symlink to a directory would delete the target's tree. The link itself is what the caller asked to remove.

Delete `file`, removing a directory's contents before the directory
itself. A missing file is a no-op. A symbolic link is deleted directly,
never followed: `isDirectory` follows links, so descending a symlink to
a directory would delete the target's tree. The link itself is what the
caller asked to remove.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close