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

Prev:absolute-path ( path -- path' )
Next:cwd ( -- path )


Vocabulary
io.files.private

Inputs
patha pathname string


Outputs
None

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

Notes
User code should use with-directory or set-current-directory instead.

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

Definition


Methods