Handbook
Glossary
resolve-template-path ( pair -- path )
Furnace framework
ยป
Miscellaneous Furnace features
Prev:
resolve-word-path ( word -- path/f )
Next:
with-exit-continuation ( quot -- value )
Vocabulary
furnace
.
utilities
Inputs
pair
a pair with shape
{ class string }
Outputs
path
a pathname string
Word description
Resolves a responder-relative template path.
Definition
USING:
io.pathnames
kernel
sequences
;
IN:
furnace.utilities
:
resolve-template-path
( pair -- path )
first2
[
resolve-word-path
]
dip
append-path
;