(directory-entries) ( path -- seq )


Vocabulary
io.directories

Inputs
patha pathname string


Outputs
seqa sequence of directory-entry objects


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

Notes
This is a low-level word, and user code should call one of the related words instead.

Definition


Methods