Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
list-files ( listing-tool -- array )
Vocabulary
tools.files
Inputs and outputs
listing-tool
an
object
array
an
object
Definition
USING:
kernel
;
IN:
tools.files
:
list-files
( listing-tool -- array )
dup
list-slow?
[
list-files-slow
]
[
list-files-fast
]
if
;
inline