<pathname> ( string -- pathname )
Factor documentation > Factor handbook > Input and output > Pathnames > Pathname presentations
Prev:pathname
Next:P"


Vocabulary
io.pathnames

Inputs and outputs
stringa pathname string
pathnamea pathname


Word description
Creates a new pathname.

Definition
USING: kernel ;

IN: io.pathnames

: <pathname> ( string -- pathname ) \ pathname boa ; inline