Liking cljdoc? Tell your friends :D

boot.file


*exclude*clj

source

*hard-link*clj

source

*ignore*clj

source

*include*clj

source

*sync-delete*clj

source

clean!clj

(clean! & files)
source

copy-atomicallyclj

(copy-atomically src-file dst-file)
source

copy-filesclj

(copy-files src dest)
source

copy-with-lastmodclj

(copy-with-lastmod src-file dst-file)
source

delete-allclj

(delete-all dir)
source

delete-empty-subdirs!clj

(delete-empty-subdirs! dir)
source

delete-fileclj

(delete-file f)
source

dir?clj

(dir? f)
source

empty-dir!clj

(empty-dir! & dirs)
source

exists?clj

(exists? f)
source

file-seqclj

(file-seq dir & {:keys [follow-symlinks] :or {follow-symlinks true}})
source

file-seq-nofollowclj

source

file?clj

(file? f)
source

guardclj/smacro

(guard & exprs)
source

(hard-link existing-file link-file)
source

keep-filters?clj

(keep-filters? include exclude f)
source

lockfileclj

(lockfile f)
source

match-filter?clj

(match-filter? filters f)
source

moveclj

(move src
      dest
      &
      {:keys [atomic replace]
       :or {atomic StandardCopyOption/ATOMIC_MOVE
            replace StandardCopyOption/REPLACE_EXISTING}})
source

nameclj

(name f)
source

parentclj

(parent f)
source

parent-seqclj

(parent-seq f)

Return sequence of this file and all it's parent directories

Return sequence of this file and all it's parent directories
sourceraw docstring

parent?clj

(parent? parent child)
source

patchclj

(patch pred before after)
source

patch-cp?cljmultimethod

source

pathclj

(path f)
source

source

relative-toclj

(relative-to base f)

Return relative path to f from directory base.

Return relative path to f from directory base.
sourceraw docstring

split-pathclj

(split-path p)

Return sequence of this file's and its parent directories names.

e.g. public/js/main.js -> ("public" "js" "main.js")

Return sequence of this file's and its parent directories names.

e.g. public/js/main.js -> ("public" "js" "main.js")
sourceraw docstring

srcdir->outdirclj

(srcdir->outdir fname srcdir outdir)
source

(sym-link target-file link-file)
source

sync!clj

(sync! pred dest & srcs)
source

time-diffclj

(time-diff before after)
source

tmpdirclj

(tmpdir prefix)
(tmpdir dir prefix)
source

tmpfileclj

(tmpfile prefix postfix)
(tmpfile prefix postfix dir)
source

tmpfile-permissionsclj

source

tree-forclj

(tree-for & dirs)
source

walk-file-treeclj

(walk-file-tree root
                visitor
                &
                {:keys [follow-symlinks] :or {follow-symlinks true}})

Wrap java.nio.Files/walkFileTree to easily toggle symlink-following behavior.

Wrap java.nio.Files/walkFileTree to easily toggle symlink-following behavior.
sourceraw docstring

watcher!clj

(watcher! pred & dirs)
source

windows?clj

source

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

× close