Handbook
Glossary
?delete-file ( path -- )
Vocabulary
io
.
directories
Inputs
path
a pathname string
Outputs
None
Word description
Calls
delete-file
if the
path
file exists.
Definition
USING:
continuations
;
IN:
io.directories
:
?delete-file
( path -- )
'[
_
delete-file
]
ignore-errors
;