Handbook
Glossary
listing ( path -- seq-xml )
Vocabulary
http
.
server
.
static
Inputs
path
an
object
Outputs
seq-xml
an
object
Definition
USING:
io.directories
sequences
;
IN:
http.server.static
:
listing
( path -- seq-xml )
[
zip-files-infos
sort-listing
[
first2
file>html
]
map
]
with-directory-files
;