Handbook
Glossary
resolve-word-path ( word -- path/f )
Furnace framework
ยป
Miscellaneous Furnace features
Prev:
resolve-base-path ( string -- string' )
Next:
resolve-template-path ( pair -- path )
Vocabulary
furnace
.
utilities
Inputs
word
a
word
Outputs
path/f
a pathname string or
f
Word description
Outputs the full pathname of the word's vocabulary's directory.
Definition
USING:
definitions
io.pathnames
kernel
sequences
;
IN:
furnace.utilities
:
resolve-word-path
( word -- path/f )
where
[
first
parent-directory
]
[
f
]
if*
;