Handbook
Glossary
user-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 user's
HOME/.factor
directory.
Definition
IN:
io.pathnames
:
user-resource-path
( path -- newpath )
home
".factor"
append-path
prepend-path
;