View Source Scanner (fnord v0.4.2)

The Scanner module traverses a directory recursively, skipping hidden files and files that should be ignored based on a .gitignore file. It also skips binary files and files with a size of 0 bytes.

Summary

Functions

Create a new Scanner struct.

Recursively scan the directory and call the callback function for each file.

Functions

Create a new Scanner struct.

Link to this function

scan(scanner, dir \\ nil)

View Source

Recursively scan the directory and call the callback function for each file.