directory-files ( path -- seq )
Factor handbook » Input and output » Directory manipulation » Directory listing

Prev:directory-entries ( path -- seq )
Next:with-directory-entries ( path quot -- )


Vocabulary
io.directories

Inputs
patha pathname string


Outputs
seqa sequence of filenames


Word description
Outputs the contents of a directory named by path as a sequence of filenames.

Definition