Handbook
Glossary
file-too-old-or-not-exists? ( path duration -- ? )
Vocabulary
http
.
download
Inputs
path
an
object
duration
an
object
Outputs
?
an
object
Definition
USING:
accessors
calendar
io.files.info
kernel
math.order
;
IN:
http.download
:
file-too-old-or-not-exists?
( path duration -- ? )
[
?file-info
[
created>>
]
?call
]
[
ago
]
bi*
over
[
before?
]
[
2drop
t
]
if
;