Liking cljdoc? Tell your friends :D

file-tree.core


build-file-treeclj

(build-file-tree file)

Takes a java file. Returns a vector of [path-str (dirnames) (filenames)]

Takes a java file.
Returns a vector of [path-str (dirnames) (filenames)]
sourceraw docstring

directory?clj

source

list-filesclj

source

separate-dirs-from-filesclj

(separate-dirs-from-files [dirs files] file)

Takes a vector of [(dirs) (files)] and a java.io.File Returns a vector of [(dirs) (files)] with the file added to dirs or files.

Takes a vector of [(dirs) (files)] and a java.io.File
Returns a vector of [(dirs) (files)] with the file added to dirs or files.
sourceraw docstring

walk-seqclj

(walk-seq root-dir)

Walks breadth-first down a file path returning a sequence of folder trees. Takes a string directory path or java file. Returns lazy seq of [path-str (dirnames) (filenames)].

Walks breadth-first down a file path returning a sequence of folder trees.
Takes a string directory path or java file.
Returns lazy seq of [path-str (dirnames) (filenames)].
sourceraw docstring

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

× close