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
kernel
;
IN:
io.directories
:
?delete-file
( path -- )
[
delete-file
]
curry
ignore-errors
;