Liking cljdoc? Tell your friends :D

file-traverse.core


executecljmultimethod

if path is a file, exec (func path), if path is a directory recursive call for path

if path is a file, exec (func path), if path is a directory recursive call for path
sourceraw docstring

ltraverseclj

(ltraverse pathname func)
(ltraverse pathname func filter_file)

execute func for all files in pathname, not including files in sub directories

execute func for all files in pathname, not including files in sub directories
sourceraw docstring

traverseclj

(traverse pathname func)
(traverse pathname func filter_file)
(traverse pathname func filter_file filter_dir)

execute func for all files in pathname, including files in sub directories

execute func for all files in pathname, including files in sub directories
sourceraw docstring

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

× close