Handbook
Glossary
iterate-directory ( iter quot -- path/f )
Vocabulary
io
.
directories
.
private
Inputs
iter
an
object
quot
an
object
Outputs
path/f
an
object
Definition
USING:
accessors
kernel
;
IN:
io.directories.private
:
iterate-directory
( iter quot -- path/f )
[
name>>
]
prepose
iterate-directory-entries
;
inline