home ( -- dir )
Factor handbook » Input and output » Directory manipulation

Next:Current working directory


Vocabulary
io.pathnames

Inputs
None

Outputs
dira string


Word description
Outputs the user's home directory.

Examples
USING: io.pathnames prettyprint ; home .
"/home/factor-user"


Definition


Methods