Word description Traverses a directory path recursively and calls the quotation on the full pathname of each file, in a breadth-first or depth-first traversal-method.
Examples
USING: sequences io.directories ;
"resource:misc" [ . ] each-file ! Recursive directory listing prints here