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
worda word


Outputs
path/fa pathname string or f


Word description
Outputs the full pathname of the word's vocabulary's directory.

Definition