Handbook
Glossary
directory. ( path -- )
Files tools
Vocabulary
tools
.
files
Inputs
path
a pathname string
Outputs
None
Word description
Prints information about all files in a directory to the output stream in a cross-platform way similar to the Unix
ls
command.
Definition
USING:
prettyprint
;
IN:
tools.files
:
directory.
( path -- )
(directory.)
simple-table.
;