Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
vocab-path ( path -- newpath )
Vocabulary
io.pathnames
Definition
IN:
io.pathnames
GENERIC:
vocab-path
( path -- newpath )
Methods
USING:
io.pathnames
kernel
strings
vocabs.loader
vocabs.loader.private
;
M:
string
vocab-path
dup
find-root-for
[
prepend-path
]
[
not-found-in-roots
]
if*
;