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
pathan object
quota quotation with stack effect ( ... entry -- ... )


Outputs
None

Definition