Handbook
Glossary
each-directory-entry ( path quot: ( ... entry -- ... ) -- )
Factor handbook
»
Input and output
»
Directory manipulation
»
Searching directories
Prev:
each-file ( ... path quot: ( ... name -- ... ) -- ... )
Next:
find-file ( path quot: ( ... name -- ... ? ) -- path/f )
Vocabulary
io
.
directories
Inputs
path
an
object
quot
a
quotation
with stack effect
( ... entry -- ... )
Outputs
None
Definition
USING:
io.directories.private
kernel
;
IN:
io.directories
:
each-directory-entry
( path quot: ( ... entry -- ... ) -- )
setup-traversal
iterate-directory-entries
drop
;
inline