Noogλe
search input
Function of the day
Given a directory, return a flattened list of all files within it recursively.
Inputs
dir-
The path to recursively list
Type
Path -> [ Path ]
Given a directory, return a flattened list of all files within it recursively.
dirThe path to recursively list
Path -> [ Path ]