Functionality for recursive file traversal with applying funtion to all files.
Functionality for recursive file traversal with applying funtion to all files.
(example-file-processor file-info)
Prints file information from the provided file information map.
Parameters:
Prints file information from the provided file information map. **Parameters:** * **file-info** (map): A map containing file information.
(traverse-files dir-or-file fn)
Recursively traverses files and directories, applying the provided function.
Parameters:
Recursively traverses files and directories, applying the provided function. **Parameters:** * **dir-or-file** (java.io.File): The directory or file to start traversal from. * **fn** (function): A function to apply to each file with **file-info** map as function parameter.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close