Handbook
Glossary
?copy-file ( from to -- )
Vocabulary
help
.
html
Inputs
from
an
object
to
an
object
Outputs
None
Definition
USING:
io.directories
io.files
kernel
;
IN:
help.html
:
?copy-file
( from to -- )
dup
file-exists?
[
2drop
]
[
copy-file
]
if
;