Vocabularyio.directories.searchInputs and outputs| path | a pathname string |
| bfs? | a boolean, breadth-first or depth-first |
| quot | a quotation |
Word descriptionPerforms a directory traversal, breadth-first or depth-first, and calls the quotation on the full pathname of each file.
ExamplesUSING: sequences io.directories.search ;
"resource:misc" t [ . ] each-file
! Recursive directory listing prints here
Definition