Handbook
Glossary
to-directory ( from to -- from to' )
Vocabulary
io
.
directories
Inputs
from
an
object
to
an
object
Outputs
from
an
object
to'
an
object
Definition
USING:
io.pathnames
kernel
;
IN:
io.directories
:
to-directory
( from to -- from to' )
over
file-name
append-path
;