include "sys.m"; sys:= load Sys Sys->PATH; chdir: fn(path: string): int;
The working directory is the starting point for evaluating file names that do not begin with / or #, as explained in Limbo System Module.
When Inferno boots, the initial process has / for its working directory.
See Also
Limbo System Module, File Name Space