Liking cljdoc? Tell your friends :D

info.setmy.traversal

Functionality for recursive file traversal with applying funtion to all files.

Functionality for recursive file traversal with applying funtion to all files.
raw docstring

example-file-processorclj

(example-file-processor file-info)

Prints file information from the provided file information map.

Parameters:

  • file-info (map): A map containing file information.
Prints file information from the provided file information map.

**Parameters:**

* **file-info** (map): A map containing file information.
sourceraw docstring

traverse-filesclj

(traverse-files dir-or-file fn)

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.
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.
sourceraw docstring

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

× close