find-files-in-directories ( directories quot: ( ... name -- ... ? ) -- paths/f )
Factor handbook » Input and output » Directory manipulation » Searching directories

Prev:find-file-in-directories ( directories quot: ( ... name -- ... ? ) -- path'/f )
Next:find-files-by-extension ( path extension -- seq )


Vocabulary
io.directories

Inputs
directoriesa sequence of directory paths
quota quotation


Outputs
paths/fa sequence of pathname strings or f


Word description
Finds all files in the input directories matching the predicate quotation, in a breadth-first or depth-first traversal-method.

See also
find-file, find-files, find-file-in-directories

Definition