Vocabularyio.
pathnamesInputspath1 | a pathname string |
path2 | a pathname string |
OutputsWord descriptionPrepends
path2 and
path1 to form a pathname.
ExamplesUSING: io.pathnames prettyprint ;
"second.txt" "first" prepend-path .
"first/second.txt"
See alsoappend-pathDefinition