Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
resource-path ( path -- newpath )
Vocabulary
io.pathnames
Inputs and outputs
path
a pathname string
newpath
a pathname string
Word description
Resolve a path relative to the Factor source code location.
Definition
USING:
namespaces
;
IN:
io.pathnames
:
resource-path
( path -- newpath )
"resource-path"
get
prepend-path
;