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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close