cwd ( -- path )
Factor handbook » Input and output » Directory manipulation » Current working directory

Prev:cd ( path -- )


Vocabulary
io.files.private

Inputs
None

Outputs
patha pathname string


Word description
Outputs the current working directory of the Factor process.

Notes
User code should use the value of the current-directory variable instead.

See also
cd, current-directory, set-current-directory, with-directory

Definition


Methods