listFilesRecursive
lib.filesystem.listFilesRecursive
Docs pulled from | This Revision | 22 minutes ago
Nixpkgs manual
Given a directory, return a flattened list of all files within it recursively.
Inputs
dir-
The path to recursively list
Type
listFilesRecursive :: Path -> [Path]
Noogle detected
Implementation
The following is the current implementation of this function.
dir: lib.flatten (internalFunc dir)