Handbook
Glossary
timestamp-path ( timestamp -- path )
Vocabulary
irc
.
logbot
Inputs
timestamp
an
object
Outputs
path
an
object
Definition
USING:
formatting
io.directories
io.pathnames
kernel
;
IN:
irc.logbot
:
timestamp-path
( timestamp -- path )
"%Y-%m-%d.log"
strftime
make-log-path
dup
make-directories
prepend-path
;