Handbook
Glossary
site-resource-path ( path -- newpath )
Vocabulary
io
.
pathnames
Inputs
path
a pathname string
Outputs
newpath
a pathname string
Word description
Resolve a path relative to the Factor installation directory.
Definition
USING:
namespaces
;
IN:
io.pathnames
:
site-resource-path
( path -- newpath )
"resource-path"
get
prepend-path
;