resource-path ( path -- newpath )


Vocabulary
io.pathnames

Inputs and outputs
patha pathname string
newpatha 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 ;