Handbook
Glossary
delete-when-old ( path duration -- deleted/missing? )
Vocabulary
http
.
download
Inputs
path
an
object
duration
an
object
Outputs
deleted/missing?
an
object
Definition
USING:
io.directories
kernel
;
IN:
http.download
:
delete-when-old
( path duration -- deleted/missing? )
dupd
file-too-old-or-not-exists?
[
?delete-file
t
]
[
drop
f
]
if
;