Handbook
Glossary
<pathname> ( string -- pathname )
Factor handbook
»
Input and output
»
Pathnames
»
Pathname presentations
Prev:
pathname
Next:
P"
Vocabulary
io
.
pathnames
Inputs
string
a pathname string
Outputs
pathname
a
pathname
Word description
Creates a new
pathname
.
Definition
USING:
kernel
;
IN:
io.pathnames
:
<pathname>
( string -- pathname )
\
pathname
boa
;
inline