Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
<pathname> ( string -- pathname )
Factor documentation
>
Factor handbook
>
Input and output
>
Pathnames
>
Pathname presentations
Prev:
pathname
Next:
P"
Vocabulary
io.pathnames
Inputs and outputs
string
a pathname string
pathname
a
pathname
Word description
Creates a new
pathname
.
Definition
USING:
kernel
;
IN:
io.pathnames
:
<pathname>
( string -- pathname )
\
pathname
boa
;
inline